x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user