File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 23
23
CHANNEL : nightly
24
24
CI_BUILD : 1
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
ref : ${{github.head_ref}}
29
29
token : ${{ secrets.GH_PYTORCHBOT_TOKEN }}
@@ -35,14 +35,16 @@ jobs:
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/cu124
38
+ python3 -m pip install pyyaml numpy torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126
39
39
./packaging/pre_build_script.sh
40
40
- name : Get HEAD SHA
41
41
id : vars
42
42
run : echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
43
43
- name : Build Python Package
44
+ env :
45
+ USE_CXX11_ABI : 1
44
46
run : |
45
- python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu124
47
+ python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu126
46
48
- name : Generate New Docs
47
49
run : |
48
50
cd docsrc
You can’t perform that action at this time.
0 commit comments