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 dc0f874 commit d42fd90Copy full SHA for d42fd90
.github/workflows/unit_test.yaml
@@ -44,9 +44,7 @@ jobs:
44
- name: Install torchtitan
45
run: |
46
source .github/workflows/activate_conda_env.sh
47
- eval "$(ssh-agent -s)"
48
- ssh-add - <<< '${{ secrets.FORGE_GITHUB_CI_FOR_TORCHTITAN }}'
49
- python -m pip install git+ssh://[email protected]/pytorch/torchtitan.git
+ pip install --pre torchtitan --index-url https://download.pytorch.org/whl/nightly/cu126
50
- name: Install dependencies
51
52
0 commit comments