更新 basic_demo/glm_server.py

This commit is contained in:
efort 2025-02-10 16:11:46 +08:00
parent 78cf805670
commit 4e5cf388b4
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ if __name__ == "__main__":
# 占用显存的比例请根据你的显卡显存大小设置合适的值例如如果你的显卡有80G您只想使用24G请按照24/80=0.3设置
gpu_memory_utilization=0.9,
enforce_eager=True,
worker_use_ray=False,
# worker_use_ray=False,
disable_log_requests=True,
max_model_len=MAX_MODEL_LENGTH,
)