Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytorch/torchrec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pytorch/torchrec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v1.1.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 16 files changed
  • 4 contributors

Commits on Jan 23, 2025

  1. [OSS] fix fbgemm LB_LIBRARY_PATH

    hhy committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    419afeb View commit details
    Browse the repository at this point in the history
  2. Remove tensordict

    PaulZhang12 committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    69a3b52 View commit details
    Browse the repository at this point in the history
  3. Remove tensordict test

    PaulZhang12 committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    ebd64f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5e2565 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3441ac3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    0ce7cc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d5560 View commit details
    Browse the repository at this point in the history
  3. [fbgemm_gpu] Fix validate_binaries.sh for the CPU variant of FBGEMM_GPU

    - Fix validate_binaries.sh for the CPU variant of FBGEMM_GPU
    q10 committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c5bb731 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Merge pull request #2705 from q10/bm/fix-script

    [fbgemm_gpu] Fix validate_binaries.sh for the CPU variant of FBGEMM_GPU
    PaulZhang12 authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    8e5f5df View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Teach is_signature_compatible() to dig into similar annotations (#2693)

    Summary:
    Pull Request resolved: #2693
    
    D68450007 updated some annotations in pytorch. This function wasn't correctly evaluating `typing.Dict[X, Y]` and `dict[X, Y]` as the equivalent.
    
    Reviewed By: izaitsevfb
    
    Differential Revision: D68475380
    
    fbshipit-source-id: 3b71ab41f95e6c20986ebe6fbf6f9cbe3b3d58f9
    aorenste authored and PaulZhang12 committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d4b896f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Fix setup.py

    PaulZhang12 committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    cac04c8 View commit details
    Browse the repository at this point in the history
  2. Update version

    PaulZhang12 committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    2c5f6ee View commit details
    Browse the repository at this point in the history
Loading