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

Cherry picks for 0.7.2 #1229

Merged
merged 3 commits into from
Mar 20, 2024
Merged

Cherry picks for 0.7.2 #1229

merged 3 commits into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. Forward fix / Update dill_available API for torchdata (#1222)

    Summary:
    Pull Request resolved: #1222
    
    Changes from the PyTorch repo (D53082622) broke torchdata. I updated the dill_available API for torchdata to keep everything in sync.
    
    Reviewed By: atalman, ejguan
    
    Differential Revision: D53086369
    
    fbshipit-source-id: 7344c4cd3205a38689722330721257b5a01bd32f
    DanilBaibak authored and PaliC committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9deb4c1 View commit details
    Browse the repository at this point in the history
  2. Data loader directly use loaded state dict when save right after load

    Summary: If no iterator is created in the middle of load_state_dict and state_dict calls, we should be able to directly return the original state dict without triggering reading service because the states are unchanged
    
    Reviewed By: xunnanxu
    
    Differential Revision: D54102267
    
    fbshipit-source-id: b7402975b0f871d58a7b6452e29dc1e029733a9b
    MiiiraK authored and PaliC committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2a8818f View commit details
    Browse the repository at this point in the history
  3. Migrate the macOS runners label from macos-m1-12 to macos-m1-stable (#…

    …1224)
    
    Summary:
    There is a new label for our macOS runners: "macos-m1-stable". All runners labeled "macos-m1-12" should be switched to "macos-m1-stable". [Here](https://fb.workplace.com/groups/pytorch.dev.perf.infra.teams/permalink/7546708885348237/) you can find more detailed info.
    
    Pull Request resolved: #1224
    
    Reviewed By: huydhn, ejguan
    
    Differential Revision: D53476591
    
    Pulled By: DanilBaibak
    
    fbshipit-source-id: 5e25c8867425bbf09cae83d80b42a1e89cb68332
    DanilBaibak authored and PaliC committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7ef198a View commit details
    Browse the repository at this point in the history