File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ pip install -r $DIR/../requirements.txt
25
25
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
26
26
# RC Link
27
27
# pip uninstall -y torch torchvision torchaudio torchtext
28
- # pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
28
+ # pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
29
29
30
30
# Test enabled for PyTorch 1.13 RC Below
31
31
pip uninstall -y torch torchvision torchaudio torchtext
32
- pip install --pre -f https://download.pytorch.org/whl/test torch torchvision torchaudio torchtext
32
+ pip install --pre torch torchdata torchvision torchaudio torchtext -f https://download.pytorch.org/whl/test/cu116/torch_test.html
33
33
34
34
# Install two language tokenizers for Translation with TorchText tutorial
35
35
python -m spacy download en_core_web_sm
You can’t perform that action at this time.
0 commit comments