diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index 256b73f8a37..d99f36babd3 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -14,7 +14,7 @@ tqdm==4.66.1 numpy==1.24.4 matplotlib librosa -torch==2.4 +torch==2.5 torchvision torchdata networkx @@ -69,5 +69,5 @@ pycocotools semilearn==0.3.2 torchao==0.5.0 segment_anything==1.0 -torchrec==0.8.0 -fbgemm-gpu==0.8.0 +torchrec==1.0.0 +fbgemm-gpu==1.0.0 diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 60867ce1d34..e6ecaf6712a 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -22,9 +22,8 @@ sudo apt-get install -y pandoc #Install PyTorch Nightly for test. # Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html # Install 2.5 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed). -pip uninstall -y torch torchvision torchaudio torchtext torchdata -pip3 install torch==2.5.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124 -pip3 install fbgemm-gpu==1.0.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124 +# pip uninstall -y torch torchvision torchaudio torchtext torchdata +# pip3 install torch==2.5.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124 # Install two language tokenizers for Translation with TorchText tutorial python -m spacy download en_core_web_sm