Skip to content

Commit cda1538

Browse files
nipung90facebook-github-bot
authored andcommitted
Fix torch version to make torchrec CI tests work (#3211)
Summary: Fix torch version to make torchrec CI tests work Rollback Plan: Differential Revision: D78564722
1 parent dd20e10 commit cda1538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest_ci_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python --version
6262
conda run -n build_binary python --version
6363
conda run -n build_binary \
64-
pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
64+
pip install torch==2.9.0.dev20250716+cpu --index-url https://download.pytorch.org/whl/nightly/cpu
6565
conda run -n build_binary \
6666
python -c "import torch"
6767
echo "torch succeeded"

0 commit comments

Comments
 (0)