This commit is contained in:
hailin 2025-08-06 15:46:15 +08:00
parent 2a4e903482
commit 25f0ddeac8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import queue, threading, time
# ────────────────── 基础配置 ──────────────────
API_KEY = "token-abc123"
MODEL_PATH = Path("/root/.cradle/Alibaba/Qwen3-30B-A3B-Base")
MODEL_PATH = Path("/root/.cradle/Alibaba/Qwen3-30B-A3B")
def model_name(path: Path):