Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Models with Non-Standard Architectures (e.g., Multimodal Models) #450

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. Generalise mergekit to work for any architecture: implemented Automat…

    …icArchitectureInfo and get_model_parameter_names
    ElliotStein committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e15c24d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Fix small error in test!

    ElliotStein committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    14a72e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1571e57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcab860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0381b32 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    4d98a39 View commit details
    Browse the repository at this point in the history
  2. formatting

    ElliotStein committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5833523 View commit details
    Browse the repository at this point in the history
  3. error fix

    ElliotStein committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7b260df View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    19c9da1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. tidy up

    ElliotStein committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8bd864a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf8c31 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Enable autodetection and merging for submodules. If parameter names m…

    …atch, or match when a prefix is removed (e.g. vision_block.layer.0 and layer.0), their overlapping layers can now be merged.
    ElliotStein committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5b96b97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf8d3c View commit details
    Browse the repository at this point in the history
  3. Update architecture.py

    formatting
    ElliotStein authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ee730f2 View commit details
    Browse the repository at this point in the history
  4. Update architecture.py

    formatting
    ElliotStein committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    63afb68 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    d3f0774 View commit details
    Browse the repository at this point in the history
  2. formatting

    ElliotStein committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6cc135d View commit details
    Browse the repository at this point in the history
  3. formatting

    ElliotStein committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d526eb9 View commit details
    Browse the repository at this point in the history