Skip to content

Commit

Permalink
libtorch 1.1.0 does not support cu80. So delete it.
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto authored May 17, 2019
1 parent 71cea27 commit bb0a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
USE_NIGHTLY=""

for arch in "shared-with-deps-latest" "macos-latest" "win-shared-with-deps-latest" ; do
for cuda in cpu cu80 cu90 cu100 ; do
for cuda in cpu cu90 cu100 ; do
if [ $arch = "macos-latest" ] && [ $cuda = "cu90" -o $cuda = "cu100" -o $cuda = "cu80" ]; then
echo "skip ${cuda} of ${arch}";
else
Expand Down

0 comments on commit bb0a120

Please sign in to comment.