File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,15 @@ pip install -r $DIR/../requirements.txt
1919pip install tb-nightly
2020
2121# Temporary install of 1.2 until release is ready
22- pip install torch==1.2.0 -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
22+ pip uninstall torchvision -y
23+ pip uninstall torch -y
24+ pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
25+
26+ # Temp for testing.
27+ pip uninstall torchvision -y
28+ pip uninstall torch -y
29+ pip install numpy
30+ pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
2331
2432export PATH=/opt/conda/bin:$PATH
2533pip install sphinx==1.8.2 pandas
@@ -41,7 +49,7 @@ pushd audio
4149python setup.py install
4250popd
4351
44- # Install torchaudio from source
52+ # Install torchtext from source
4553git clone https://github.com/pytorch/text --quiet
4654pushd text
4755python setup.py install
You can’t perform that action at this time.
0 commit comments