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 3573e0b commit e4acd2cCopy full SHA for e4acd2c
.github/workflows/unit-test.yml
@@ -34,6 +34,8 @@ jobs:
34
unit_test:
35
runs-on: [self-hosted, linux-a100-s2]
36
timeout-minutes: 4320 # 72hours
37
+ env:
38
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
39
container:
40
image: nvcr.io/nvidia/tritonserver:22.12-py3
41
options: "--gpus=all --ipc=host --user root -e PIP_CACHE_DIR=/root/.cache/pip -e CUDA_VISIBLE_DEVICES=2,3 --pull never"
0 commit comments