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
ed494ee2
Commit
ed494ee2
authored
Feb 12, 2020
by
rusty1s
Browse files
windows
parent
c8f89b13
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
.travis.yml
.travis.yml
+1
-1
script/install.sh
script/install.sh
+1
-1
script/wheel.py
script/wheel.py
+17
-0
No files found.
.travis.yml
View file @
ed494ee2
...
@@ -49,7 +49,7 @@ jobs:
...
@@ -49,7 +49,7 @@ jobs:
-
CUDA=10.1.105-1
-
CUDA=10.1.105-1
-
UBUNTU_VERSION=ubuntu1804
-
UBUNTU_VERSION=ubuntu1804
-
CUBLAS=libcublas-dev
-
CUBLAS=libcublas-dev
-
TORCH=${TORCH_VERSION}
+${IDX}
-
TORCH=${TORCH_VERSION}
-
name
:
macosx/cpu
-
name
:
macosx/cpu
os
:
osx
os
:
osx
osx_image
:
xcode11.3
osx_image
:
xcode11.3
...
...
script/install.sh
View file @
ed494ee2
...
@@ -20,6 +20,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ]; then
...
@@ -20,6 +20,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ]; then
fi
fi
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
&&
[
"
${
IDX
}
"
!=
"cpu"
]
;
then
if
[
"
${
TRAVIS_OS_NAME
}
"
=
"windows"
]
&&
[
"
${
IDX
}
"
!=
"cpu"
]
;
then
wget
-q
"https://developer.nvidia.com/compute/cuda/
${
CUDA_SHORT
}
/Prod2/local_installers2/cuda_
${
CUDA
}
_win10"
wget
"https://developer.nvidia.com/compute/cuda/
${
CUDA_SHORT
}
/Prod2/local_installers2/cuda_
${
CUDA
}
_win10"
./cuda_
${
CUDA
}
_win10
./cuda_
${
CUDA
}
_win10
fi
fi
script/wheel.py
View file @
ed494ee2
import
boto3
s3_resource
=
boto3
.
resource
(
's3'
)
bucket
=
s3_resource
.
Bucket
(
name
=
"pytorch-scatter"
)
objects
=
bucket
.
objects
.
all
()
wheels
=
sorted
([
obj
.
key
[
4
:]
for
obj
in
objects
if
obj
.
key
[:
3
]
==
'whl'
])
print
(
wheels
)
# <!DOCTYPE html>
# <html>
# <body>
# <a href="/frob/">frob</a>
# <a href="/spamspamspam/">spamspamspam</a>
# </body>
# </html>
url
=
'https://pytorch-scatter.s3.eu-central-1.amazonaws.com/whl/{}.whl'
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