From 2a010a1f0ed3f8fc0c5c26421924def5716a9ab8 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Mon, 12 Jan 2026 22:56:23 +0800 Subject: [PATCH] [CI] Show disk usage for CI shared volume (#5821) ### What this PR does / why we need it? 1. Remove some useless but too large models from the shared volume 2. Add a new step to show current usage - vLLM version: v0.13.0 - vLLM main: https://github.com/vllm-project/vllm/commit/2f4e6548efec402b913ffddc8726230d9311948d --------- Signed-off-by: wangli --- .github/workflows/labled_download_model.yaml | 4 ++++ .github/workflows/misc/model_list.json | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/labled_download_model.yaml b/.github/workflows/labled_download_model.yaml index ad556118..2a5ccedc 100644 --- a/.github/workflows/labled_download_model.yaml +++ b/.github/workflows/labled_download_model.yaml @@ -30,6 +30,10 @@ jobs: pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple pip install modelscope + - name: Show Current Disk Usage + run: | + df -h /root/.cache | grep -v Filesystem | \ + awk '{print "Mount point: "$6, "Total: "$2, "Used: "$3, "Available: "$4, "Usage: "$5}' - name: Checkout PR branch uses: actions/checkout@v6 with: diff --git a/.github/workflows/misc/model_list.json b/.github/workflows/misc/model_list.json index 8dbb2ed3..e7dfa038 100644 --- a/.github/workflows/misc/model_list.json +++ b/.github/workflows/misc/model_list.json @@ -25,8 +25,6 @@ "LLM-Research/Llama-3.2-11B-Vision", "LLM-Research/Llama-3.2-1B-Instruct", "LLM-Research/Llama-3.2-3B-Instruct", - "LLM-Research/Llama-4-Scout-17B-16E-Instruct", - "LLM-Research/Llama-4-Scout-17B-16E-Instruct.", "LLM-Research/Meta-Llama-3-8B-Instruct", "LLM-Research/Meta-Llama-3.1-8B-Instruct", "LLM-Research/Molmo-7B-D-0924", @@ -159,8 +157,6 @@ "opendatalab/MinerU2.5-2509-1.2B", "rhymes-ai/Aria", "sentence-transformers/all-MiniLM-L12-v2", - "swift/Qwen3-235B-A22B-Instruct-2507-AWQ", - "tclf90/Qwen3-VL-235B-A22B-Instruct-AWQ", "tencent/HunyuanOCR", "unsloth/DeepSeek-V3.1-BF16", "unsloth/Kimi-K2-Thinking-BF16",