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
vision
Commits
b0f88dff
Unverified
Commit
b0f88dff
authored
Oct 18, 2019
by
Francisco Massa
Committed by
GitHub
Oct 18, 2019
Browse files
Make CI use PyTorch nightly (#1492)
parent
b8ef5322
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.circleci/config.yml
.circleci/config.yml
+2
-2
.circleci/config.yml.in
.circleci/config.yml.in
+2
-2
.travis.yml
.travis.yml
+1
-1
No files found.
.circleci/config.yml
View file @
b0f88dff
...
...
@@ -39,9 +39,9 @@ binary_common: &binary_common
type
:
string
default
:
"
"
pytorch_version
:
description
:
"
PyTorch
version
to
build
against;
by
default,
use
1.3.
Use
empty
string
for
nightly"
description
:
"
PyTorch
version
to
build
against;
by
default,
use
a
nightly"
type
:
string
default
:
"
1.3
"
default
:
"
"
# Don't edit these
python_version
:
description
:
"
Python
version
to
build
against
(e.g.,
3.7)"
...
...
.circleci/config.yml.in
View file @
b0f88dff
...
...
@@ -39,9 +39,9 @@ binary_common: &binary_common
type: string
default: ""
pytorch_version:
description: "PyTorch version to build against; by default, use
1.3. Use empty string for
nightly"
description: "PyTorch version to build against; by default, use
a
nightly"
type: string
default: "
1.3
"
default: ""
# Don't edit these
python_version:
description: "Python version to build against (e.g., 3.7)"
...
...
.travis.yml
View file @
b0f88dff
...
...
@@ -42,7 +42,7 @@ before_install:
# Useful for debugging any issues with conda
-
conda info -a
-
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch
-
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch
-nightly
-
source activate test-environment
-
|
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
...
...
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