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,8 +25,8 @@ pip install -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# RC Link
28- pip uninstall -y torch torchvision torchaudio torchtext
29- pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
28+ # pip uninstall -y torch torchvision torchaudio torchtext
29+ # pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
3030
3131# For Tensorboard. Until 1.14 moves to the release channel.
3232pip install tb-nightly
You can’t perform that action at this time.
0 commit comments