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 0d51156 commit fab4b41Copy full SHA for fab4b41
.github/workflows/gpu_tests.yml
@@ -67,6 +67,7 @@ jobs:
67
env:
68
GIT_DEPTH: 1000 # For correct version for tests/gpu/torch/quantization/plugins/test_megatron.py
69
PIP_CONSTRAINT: "" # Disable pip constraint for upgrading packages
70
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
71
steps: &gpu_steps
72
- uses: actions/checkout@v4
73
- uses: nv-gha-runners/setup-proxy-cache@main
0 commit comments