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 ba8e5b9 commit bd8f12cCopy full SHA for bd8f12c
.github/workflows/unit_test.yaml
@@ -44,6 +44,8 @@ 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
50
- name: Install dependencies
51
0 commit comments