This commit is contained in:
zhxiao 2025-05-03 18:48:14 +08:00
parent 16b75c6901
commit 9aad65d409
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ VENV_PATH="$(pwd)/venv"
# 配置参数
BASE_PORT=8001 # 起始端口号
GPU_COUNT=3 # 默认使用的GPU数量
GPU_COUNT=2 # 默认使用的GPU数量
SCRIPT_PATH="flux_style_shaper_api/flux_style_shaper_api.py" # 服务脚本路径
GPU_IDS=(1 2 3) # 指定要使用的GPU ID
GPU_IDS=(3 4) # 指定要使用的GPU ID
# 处理命令行参数
while [[ $# -gt 0 ]]; do