Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
c67f2fe5
"benchmarks/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "57821dd219e2011a62df96dfaeed36538de11882"
Unverified
Commit
c67f2fe5
authored
Aug 13, 2019
by
jamarshon
Committed by
GitHub
Aug 13, 2019
Browse files
CI Fix: upgrade to torch 1.2.0 (#231)
parent
b38698ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
build_tools/travis/install.sh
build_tools/travis/install.sh
+0
-3
requirements.txt
requirements.txt
+1
-1
No files found.
build_tools/travis/install.sh
View file @
c67f2fe5
...
@@ -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
requirements.txt
View file @
c67f2fe5
torch
>=1.
1
.0
torch
>=1.
2
.0
# Optional for torchaudio.kaldi_io
# Optional for torchaudio.kaldi_io
numpy
numpy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment