Giter Site home page Giter Site logo

Force merge conflicts about git-theta HOT 1 CLOSED

craffel avatar craffel commented on August 14, 2024
Force merge conflicts

from git-theta.

Comments (1)

blester125 avatar blester125 commented on August 14, 2024 1

I've start to explore making a merge tool.

I have created a simple text-based proof to concept to explore how custom merges are defined and how they interact with clean filters.

Lucky for us the file contents at %O %A %B (the temporary files the merge tool can look at) are the cleaned files. This will make merging a lot easier for us.

My plan is to create a simple tool (based on prompt-toolkit) that iterate through the parameter groups that have been changed and asks the user how to merge them. I plan to have the actual merging operations be done via plugins that can get auto-added to the option list but I want to start with take A, take B, keep Original and average.

Eventually it would be cool to add extra, nesting aware options like apply merge to module where the same action (take A, avg, etc) is applied to all the parameters within a scope like .../encoder/layer_\d/attention i.e. to q,k, and v, etc. Similarly you could have an apply to layer action or an apply to all action. This would be added later though.

from git-theta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.