Skip to content

Commit d42fd90

Browse files
committed
?
1 parent dc0f874 commit d42fd90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
- name: Install torchtitan
4545
run: |
4646
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
47+
pip install --pre torchtitan --index-url https://download.pytorch.org/whl/nightly/cu126
5048
- name: Install dependencies
5149
run: |
5250
source .github/workflows/activate_conda_env.sh

0 commit comments

Comments
 (0)