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
torch-scatter
Commits
c3707107
Commit
c3707107
authored
Apr 23, 2020
by
rusty1s
Browse files
update to pytorch 1.5 [ci-deploy]
parent
dc311d0d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
14 deletions
+11
-14
.travis.yml
.travis.yml
+11
-11
script/gcc.sh
script/gcc.sh
+0
-3
No files found.
.travis.yml
View file @
c3707107
...
...
@@ -9,18 +9,18 @@ env:
global
:
-
CUDA_HOME=/usr/local/cuda
jobs
:
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cpu
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu92
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cpu
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu92
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu101
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu102
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cpu
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu92
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu101
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu102
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cpu
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu92
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu101
#
- TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu102
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.8 IDX=cu102
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cpu
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu92
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu101
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.7 IDX=cu102
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cpu
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu92
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu101
-
TORCH_VERSION=1.5.0 PYTHON_VERSION=3.6 IDX=cu102
jobs
:
exclude
:
# Exclude *all* macOS CUDA jobs and Windows CUDA 9.2 jobs.
...
...
script/gcc.sh
View file @
c3707107
#!/bin/bash
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"linux"
]
;
then
sudo
apt-get
install
software-properties-common
--yes
sudo
add-apt-repository ppa:ubuntu-toolchain-r/test
--yes
sudo
apt update
sudo
apt
install
gcc-7 g++-7
--yes
...
...
@@ -10,7 +9,5 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
sudo
update-alternatives
--config
gcc
gcc
--version
g++
--version
export
CC
=
gcc-7
export
CXX
=
g++-7
fi
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