From 7bb32f1ddc39a0c00ffc80cb8cd77cf2a7f48f66 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 16 Nov 2025 22:02:11 +0800 Subject: [PATCH] . --- meta_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta_ui.py b/meta_ui.py index 2c92913..53692df 100644 --- a/meta_ui.py +++ b/meta_ui.py @@ -5,7 +5,7 @@ import queue, threading, time # ────────────────── 基础配置 ────────────────── API_KEY = "token-abc123" -MODEL_PATH = Path("/root/.cradle/Alibaba/Qwen3-30B-A3B") +MODEL_PATH = Path("/root/.cradle/Alibaba/Qwen3-4B") def model_name(path: Path):