This commit is contained in:
2026-06-11 18:10:02 +08:00
parent efeca5f2af
commit 4bbeb5673e
3 changed files with 94 additions and 54 deletions
+9
View File
@@ -15,6 +15,15 @@ OUTPUT_DIR=./data/output
MODEL_DIR=./data/models
MIOPEN_CACHE=./data/miopen
# ---- 默认 WebUI 使用的 GPU ----
# 单卡保持 0;多卡时可指定 0/1/...,或留空让 ROCm 使用全部可见 GPU。
HIP_VISIBLE_DEVICES=0
# ---- 可选:router-api profile 使用的 Worker 地址 ----
# 单 worker: http://mineru-worker0:8001
# 双 worker: http://mineru-worker0:8001,http://mineru-worker1:8002
ROUTER_API_URLS=http://mineru-worker0:8001
# ---- 模型下载源 ----
# huggingface(默认,需科学上网)或 modelscope(国内可用)
MINERU_MODEL_SOURCE=huggingface