File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
- name : Install base deps
36
36
run : |
37
37
python3 -m pip install pip --upgrade
38
- python3 -m pip install pyyaml numpy torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126
38
+ python3 -m pip install pyyaml numpy torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu128
39
39
./packaging/pre_build_script.sh
40
40
- name : Get HEAD SHA
41
41
id : vars
44
44
env :
45
45
USE_PRE_CXX11_ABI : 0
46
46
run : |
47
- python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu126
47
+ python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu128
48
48
- name : Generate New Docs
49
49
run : |
50
50
cd docsrc
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 /cu128/libtorch-cxx11-abi-shared-with-deps-latest.zip" ],
58
+ urls = ["https://download.pytorch.org/libtorch/test /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/cu128 /libtorch-shared-with-deps-latest.zip" ],
65
+ urls = ["https://download.pytorch.org/libtorch/test/cu126 /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 /cu128/libtorch-win-shared-with-deps-latest.zip" ],
72
+ urls = ["https://download.pytorch.org/libtorch/test /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