File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
options : --gpus all
19
19
env :
20
20
CUDA_HOME : /usr/local/cuda-12.8
21
- VERSION_SUFFIX : cu126
22
- CU_VERSION : cu126
21
+ VERSION_SUFFIX : cu128
22
+ CU_VERSION : cu128
23
23
CHANNEL : nightly
24
24
CI_BUILD : 1
25
25
steps :
Original file line number Diff line number Diff line change @@ -55,21 +55,21 @@ http_archive(
55
55
name = "libtorch" ,
56
56
build_file = "@//third_party/libtorch:BUILD" ,
57
57
strip_prefix = "libtorch" ,
58
- urls = ["https://download.pytorch.org/libtorch/nightly/cu126 /libtorch-cxx11-abi-shared-with-deps-latest.zip" ],
58
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu128 /libtorch-cxx11-abi-shared-with-deps-latest.zip" ],
59
59
)
60
60
61
61
http_archive (
62
62
name = "libtorch_pre_cxx11_abi" ,
63
63
build_file = "@//third_party/libtorch:BUILD" ,
64
64
strip_prefix = "libtorch" ,
65
- urls = ["https://download.pytorch.org/libtorch/nightly/cu126 /libtorch-shared-with-deps-latest.zip" ],
65
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu128 /libtorch-shared-with-deps-latest.zip" ],
66
66
)
67
67
68
68
http_archive (
69
69
name = "libtorch_win" ,
70
70
build_file = "@//third_party/libtorch:BUILD" ,
71
71
strip_prefix = "libtorch" ,
72
- urls = ["https://download.pytorch.org/libtorch/nightly/cu126 /libtorch-win-shared-with-deps-latest.zip" ],
72
+ urls = ["https://download.pytorch.org/libtorch/nightly/cu128 /libtorch-win-shared-with-deps-latest.zip" ],
73
73
)
74
74
75
75
# Download these tarballs manually from the NVIDIA website
You can’t perform that action at this time.
0 commit comments