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

fix(cloning): metadata, finalizer, and repeated cloning #1134

Merged
merged 28 commits into from
Feb 20, 2024

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    0dfa9f3 View commit details
    Browse the repository at this point in the history
  2. news

    sebffischer committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4b701d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a744a65 View commit details
    Browse the repository at this point in the history
  4. news

    sebffischer committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4ec08fd View commit details
    Browse the repository at this point in the history
  5. fix previous commit

    sebffischer committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7882cb9 View commit details
    Browse the repository at this point in the history
  6. remove unneeded comment

    sebffischer committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b0ae5f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39dab3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d3ca4b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    fa1971b View commit details
    Browse the repository at this point in the history
  2. fix: cloning of child modules

    stills needs some cleanup but in principle it should be working
    sebffischer committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    22bc164 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    7c8eafc View commit details
    Browse the repository at this point in the history
  2. remove unneeded import

    sebffischer committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2a0bc34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ddfe1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11599d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    720b895 View commit details
    Browse the repository at this point in the history
  6. remove leftover line

    sebffischer committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a528a82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3af56d View commit details
    Browse the repository at this point in the history
  8. cleanup snapshot files

    sebffischer committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cd1c358 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. fix: cloning now works outside the toch package as well

    the encapsulation of the patched clone method of the nn_module
    caused private functions like xptr_address to be inaccessible
    sebffischer committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b791f42 View commit details
    Browse the repository at this point in the history
  2. clarify comment

    sebffischer committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3c7148d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    d4dab9b View commit details
    Browse the repository at this point in the history
  2. Rename to clone.

    dfalbel committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bbb1a5b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/cloning' of https://github.com/sebffischer/torch in…

    …to pr/sebffischer/1134
    dfalbel committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f6bdad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    ff505ce View commit details
    Browse the repository at this point in the history
  2. refactor clone method

    sebffischer committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    87ad38d View commit details
    Browse the repository at this point in the history
  3. fix refactor

    sebffischer committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5c5b2d6 View commit details
    Browse the repository at this point in the history