[diffusion] CI: use dedicated HF token for accessing restricted models (#20620)
This commit is contained in:
@@ -1272,6 +1272,7 @@ jobs:
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
RUNAI_STREAMER_MEMORY_LIMIT: 0
|
||||
HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }}
|
||||
run: |
|
||||
cd python
|
||||
CONTINUE_ON_ERROR_FLAG=""
|
||||
@@ -1330,6 +1331,7 @@ jobs:
|
||||
timeout-minutes: 240
|
||||
env:
|
||||
RUNAI_STREAMER_MEMORY_LIMIT: 0
|
||||
HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }}
|
||||
run: |
|
||||
cd python
|
||||
CONTINUE_ON_ERROR_FLAG=""
|
||||
|
||||
Reference in New Issue
Block a user