This commit is contained in:
parent
2a4e903482
commit
25f0ddeac8
|
|
@ -5,7 +5,7 @@ import queue, threading, time
|
||||||
|
|
||||||
# ────────────────── 基础配置 ──────────────────
|
# ────────────────── 基础配置 ──────────────────
|
||||||
API_KEY = "token-abc123"
|
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):
|
def model_name(path: Path):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue