Skip to content

Commit 30fa692

Browse files
author
Svetlana Karslioglu
authored
Merge branch 'main' into thiagofc/add-onnx-registry-tutorial
2 parents a7f3c4d + 0bcfce2 commit 30fa692

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ pip install --progress-bar off -r $DIR/../requirements.txt
2525
#Install PyTorch Nightly for test.
2626
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2727
# Install 2.1 for testing
28-
pip uninstall -y torch torchvision torchaudio torchtext torchdata
29-
pip3 install torch torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
30-
pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu
28+
# pip uninstall -y torch torchvision torchaudio torchtext torchdata
29+
# pip3 install torch torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
30+
# pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu
3131

3232
# Install two language tokenizers for Translation with TorchText tutorial
3333
python -m spacy download en_core_web_sm

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tensorboard
2525
jinja2==3.0.3
2626
pytorch-lightning
2727
torchx
28-
torchrl
28+
torchrl==0.2.0
2929
ax-platform
3030
nbformat>=4.2.0
3131
datasets

0 commit comments

Comments
 (0)