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 2323 CHANNEL : nightly
2424 CI_BUILD : 1
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 with :
2828 ref : ${{github.head_ref}}
2929 token : ${{ secrets.GH_PYTORCHBOT_TOKEN }}
@@ -35,14 +35,16 @@ jobs:
3535 - name : Install base deps
3636 run : |
3737 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
3939 ./packaging/pre_build_script.sh
4040 - name : Get HEAD SHA
4141 id : vars
4242 run : echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
4343 - name : Build Python Package
44+ env :
45+ USE_CXX11_ABI : 1
4446 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
4648 - name : Generate New Docs
4749 run : |
4850 cd docsrc
You can’t perform that action at this time.
0 commit comments