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 58d1acb commit 71c3850Copy full SHA for 71c3850
.github/workflows/unit_test.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
# Install torchstore
52
eval "$(ssh-agent -s)"
53
- ssh-add - <<< '${FORGE_GITHUB_CI_FOR_TORCHSTORE}'
+ ssh-add - <<< '${SECRET_FORGE_GITHUB_CI_FOR_TORCHSTORE}'
54
python -m pip install git+ssh://[email protected]/meta-pytorch/torchstore.git
55
56
# Install torchtitan
0 commit comments