diff --git a/.github/workflows/diffusion-ci-gt-gen.yml b/.github/workflows/diffusion-ci-gt-gen.yml index 9b21edef7..6b6f898df 100644 --- a/.github/workflows/diffusion-ci-gt-gen.yml +++ b/.github/workflows/diffusion-ci-gt-gen.yml @@ -40,8 +40,6 @@ jobs: run: bash scripts/ci/cuda/ci_install_dependency.sh diffusion - name: Generate outputs - env: - HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} run: | cd python python -m sglang.multimodal_gen.test.scripts.gen_diffusion_ci_outputs \ @@ -76,8 +74,6 @@ jobs: run: bash scripts/ci/cuda/ci_install_dependency.sh diffusion - name: Generate outputs - env: - HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} run: | cd python python -m sglang.multimodal_gen.test.scripts.gen_diffusion_ci_outputs \ diff --git a/.github/workflows/nightly-test-nvidia.yml b/.github/workflows/nightly-test-nvidia.yml index f7c8d66b7..e95078cb7 100644 --- a/.github/workflows/nightly-test-nvidia.yml +++ b/.github/workflows/nightly-test-nvidia.yml @@ -422,7 +422,6 @@ jobs: SGLANG_DIFFUSION_SLACK_TOKEN: ${{ secrets.SGLANG_DIFFUSION_SLACK_TOKEN }} GITHUB_RUN_ID: ${{ github.run_id }} GPU_CONFIG: "1-gpu-runner" - HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} timeout-minutes: 60 run: | @@ -479,7 +478,6 @@ jobs: SGLANG_DIFFUSION_SLACK_TOKEN: ${{ secrets.SGLANG_DIFFUSION_SLACK_TOKEN }} GITHUB_RUN_ID: ${{ github.run_id }} GPU_CONFIG: "2-gpu-runner" - HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} timeout-minutes: 60 run: | diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index 6e79b38b8..4489ac74a 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -636,7 +636,6 @@ jobs: -e MIOPEN_USER_DB_PATH=/sgl-data/miopen-cache \ -e HF_HUB_ENABLE_HF_TRANSFER=1 \ -e HF_HUB_DISABLE_SYMLINKS_WARNING=1 \ - -e HF_TOKEN=${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} \ -w /sglang-checkout/python \ ci_sglang python3 sglang/multimodal_gen/test/run_suite.py \ --suite 1-gpu \ @@ -766,7 +765,6 @@ jobs: -e MIOPEN_USER_DB_PATH=/sgl-data/miopen-cache \ -e HF_HUB_ENABLE_HF_TRANSFER=1 \ -e HF_HUB_DISABLE_SYMLINKS_WARNING=1 \ - -e HF_TOKEN=${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} \ -w /sglang-checkout/python \ ci_sglang python3 sglang/multimodal_gen/test/run_suite.py \ --suite 2-gpu \ diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index eac2d9795..4c60dba61 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -563,7 +563,6 @@ jobs: -e MIOPEN_USER_DB_PATH=/sgl-data/miopen-cache \ -e HF_HUB_ENABLE_HF_TRANSFER=1 \ -e HF_HUB_DISABLE_SYMLINKS_WARNING=1 \ - -e HF_TOKEN=${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} \ -w /sglang-checkout/python \ ci_sglang python3 sglang/multimodal_gen/test/run_suite.py \ --suite 1-gpu \ @@ -683,7 +682,6 @@ jobs: -e MIOPEN_USER_DB_PATH=/sgl-data/miopen-cache \ -e HF_HUB_ENABLE_HF_TRANSFER=1 \ -e HF_HUB_DISABLE_SYMLINKS_WARNING=1 \ - -e HF_TOKEN=${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} \ -w /sglang-checkout/python \ ci_sglang python3 sglang/multimodal_gen/test/run_suite.py \ --suite 2-gpu \ diff --git a/.github/workflows/pr-test-npu.yml b/.github/workflows/pr-test-npu.yml index 5ff390eb4..196e88376 100644 --- a/.github/workflows/pr-test-npu.yml +++ b/.github/workflows/pr-test-npu.yml @@ -302,7 +302,6 @@ jobs: env: SGLANG_USE_MODELSCOPE: true SGLANG_IS_IN_CI: true - HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} HF_ENDPOINT: https://hf-mirror.com TORCH_EXTENSIONS_DIR: /tmp/torch_extensions PYTORCH_NPU_ALLOC_CONF: "expandable_segments:True" @@ -345,7 +344,6 @@ jobs: env: SGLANG_USE_MODELSCOPE: true SGLANG_IS_IN_CI: true - HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} HF_ENDPOINT: https://hf-mirror.com TORCH_EXTENSIONS_DIR: /tmp/torch_extensions PYTORCH_NPU_ALLOC_CONF: "expandable_segments:True" @@ -385,7 +383,6 @@ jobs: env: SGLANG_USE_MODELSCOPE: true SGLANG_IS_IN_CI: true - HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }} HF_ENDPOINT: https://hf-mirror.com TORCH_EXTENSIONS_DIR: /tmp/torch_extensions PYTORCH_NPU_ALLOC_CONF: "expandable_segments:True" diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index ca7566a8d..0e27837dc 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -1168,7 +1168,6 @@ 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="" @@ -1227,7 +1226,6 @@ 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=""