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
628419a1
Commit
628419a1
authored
Jul 17, 2019
by
Jason Lian
Browse files
more
parent
5ebf78b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build_tools/travis/install.sh
build_tools/travis/install.sh
+1
-1
No files found.
build_tools/travis/install.sh
View file @
628419a1
...
@@ -53,7 +53,7 @@ pip install -r requirements.txt
...
@@ -53,7 +53,7 @@ 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)
# PyTorch (nightly as 1.1 does not have Optional for type annotations)
conda
install
--yes
pytorch-nightly-cpu
=
1.2.0.dev201907
0
1
-c
pytorch
conda
install
--yes
pytorch-nightly-cpu
=
1.2.0.dev2019071
5
-c
pytorch
# TorchAudio CPP Extensions
# TorchAudio CPP Extensions
pip
install
.
pip
install
.
...
...
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