Update dockerfile to include datamodel_code_generator (#1492)

This commit is contained in:
Lianmin Zheng
2024-09-22 04:49:16 -07:00
committed by GitHub
parent 6f3cf1297e
commit 39bb49d156
2 changed files with 4 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ class CudaGraphRunner:
f"Capture cuda graph failed: {e}\n"
"Possible solutions:\n"
"1. disable cuda graph by --disable-cuda-graph\n"
"2. set --mem-fraction-static to a smaller value\n"
"2. set --mem-fraction-static to a smaller value (e.g., 0.8 or 0.7)\n"
"3. disable torch compile by not using --enable-torch-compile\n"
"Open an issue on GitHub https://github.com/sgl-project/sglang/issues/new/choose \n"
)