We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f5dfa commit 9b0f754Copy full SHA for 9b0f754
.github/workflows/docgen.yml
@@ -19,10 +19,10 @@ jobs:
19
ref: ${{github.head_ref}}
20
- name: Select python
21
run: |
22
- export PATH=/opt/python/cp311-cp311/bin/:$PATH
+ echo "/opt/python/cp311-cp311/bin/" >> $GITHUB_PATH
23
- name: Install base deps
24
25
- python3 -m pip install pyyaml
+ python3 -m pip install pyyaml torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu121
26
VERSION_SUFFIX=cu121 ./packaging/pre_build_script.sh
27
- name: Get HEAD SHA
28
id: vars
0 commit comments