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 4044dc1 commit 7a26f8aCopy full SHA for 7a26f8a
.github/workflows/docs.yml
@@ -35,7 +35,16 @@ jobs:
35
- name: Update pip
36
shell: bash -l {0}
37
run: python -m pip install --upgrade pip
38
+ - name: Install pytorch
39
+ shell: bash -l {0}
40
+ run: pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130 --force-reinstall
41
+ - name: Install monarch
42
43
+ run: pip install assets/ci/monarch_no_torch-0.1.0.dev20251010-py3-none-any.whl
44
- name: Install torchforge
45
46
+ env:
47
+ GH_TOKEN: ${{ github.token }}
48
run: ./scripts/install.sh
49
- name: Install docs dependencies
50
0 commit comments