File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ pip install --progress-bar off -r $DIR/../requirements.txt
25
25
# Install PyTorch Nightly for test.
26
26
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
27
27
# 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
31
31
32
32
# Install two language tokenizers for Translation with TorchText tutorial
33
33
python -m spacy download en_core_web_sm
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ tensorboard
25
25
jinja2 == 3.0.3
26
26
pytorch-lightning
27
27
torchx
28
- torchrl
28
+ torchrl == 0.2.0
29
29
ax-platform
30
30
nbformat >= 4.2.0
31
31
datasets
You can’t perform that action at this time.
0 commit comments