"benchmarks/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "57821dd219e2011a62df96dfaeed36538de11882"
Unverified Commit c67f2fe5 authored by jamarshon's avatar jamarshon Committed by GitHub
Browse files

CI Fix: upgrade to torch 1.2.0 (#231)

parent b38698ba
...@@ -52,9 +52,6 @@ pip install -r requirements.txt ...@@ -52,9 +52,6 @@ pip install -r requirements.txt
# Install the following only if running tests # Install the following only if running tests
if [[ "$SKIP_TESTS" != "true" ]]; then if [[ "$SKIP_TESTS" != "true" ]]; then
# PyTorch (nightly as 1.1 does not have Optional for type annotations)
conda install --yes pytorch-nightly-cpu -c pytorch
# TorchAudio CPP Extensions # TorchAudio CPP Extensions
python setup.py install python setup.py install
fi fi
torch>=1.1.0 torch>=1.2.0
# Optional for torchaudio.kaldi_io # Optional for torchaudio.kaldi_io
numpy numpy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment