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 a955552 commit 26be7a9Copy full SHA for 26be7a9
.github/workflows/example_tests.yml
@@ -69,6 +69,7 @@ jobs:
69
image: nvcr.io/nvidia/tensorrt-llm/release:1.1.0rc2.post2
70
env:
71
PIP_CONSTRAINT: "" # Disable pip constraint for upgrading packages
72
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
73
steps: &example_steps
74
- uses: actions/checkout@v4
75
- uses: nv-gha-runners/setup-proxy-cache@main
0 commit comments