Skip to content

Commit 3f73d96

Browse files
authored
Move to use stable binaries (#3743)
1 parent 8529ef6 commit 3f73d96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tqdm==4.66.1
2323
numpy==1.24.4
2424
matplotlib
2525
librosa
26-
torch==2.9
26+
torch==2.10
2727
torchvision
2828
torchdata
2929
networkx

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ fi
3636

3737
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
3838
# Install 2.5 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed).
39-
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata
40-
pip3 install torch==2.10.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu130
39+
# sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata
40+
#pip3 install torch==2.10.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu130
4141
# Install two language tokenizers for Translation with TorchText tutorial
4242
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
4343

0 commit comments

Comments
 (0)