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
53c2026d
"...python/git@developer.sourcefind.cn:change/sglang.git" did not exist on "a80bcb5a68494cb542800af6ef14469615d1b3c6"
Commit
53c2026d
authored
Feb 12, 2020
by
rusty1s
Browse files
fix windows cu92
parent
36a2d4da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
53c2026d
...
@@ -27,7 +27,7 @@ env:
...
@@ -27,7 +27,7 @@ env:
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.5 IDX=cu101
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.5 IDX=cu101
jobs
:
jobs
:
exclude
:
exclude
:
# Exclude all macOS CUDA jobs.
-
os
:
osx
-
os
:
osx
env
:
TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8 IDX=cu92
env
:
TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8 IDX=cu92
-
os
:
osx
-
os
:
osx
...
@@ -58,7 +58,7 @@ install:
...
@@ -58,7 +58,7 @@ install:
-
source script/conda.sh
-
source script/conda.sh
-
conda create --yes -n test python=${PYTHON_VERSION}
-
conda create --yes -n test python=${PYTHON_VERSION}
-
source activate test
-
source activate test
-
conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
if [ ${TRAVIS_OS_NAME} = "windows" ] || [ $IDX != "cu92" ]; then conda install pytorch ${TOOLKIT} -c pytorch -c defaults -c numba/label/dev --yes; else
conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
; fi
-
pip install flake8 codecov
-
pip install flake8 codecov
-
python setup.py install
-
python setup.py 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