Commit 81077e8d authored by 王敏's avatar 王敏
Browse files

[perf]默认使用full graph

parent 46ab154b
...@@ -1848,7 +1848,7 @@ environment_variables: dict[str, Callable[[], Any]] = { ...@@ -1848,7 +1848,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
("true", "1")), ("true", "1")),
# vLLM will use piecewise # vLLM will use piecewise
"VLLM_USE_PIECEWISE": "VLLM_USE_PIECEWISE":
lambda: (os.environ.get("VLLM_USE_PIECEWISE", "True").lower() in lambda: (os.environ.get("VLLM_USE_PIECEWISE", "False").lower() in
("true", "1")), ("true", "1")),
# vllm will use encoding_dsv32.py for dpsk-v32 # vllm will use encoding_dsv32.py for dpsk-v32
"VLLM_USE_V32_ENCODE": "VLLM_USE_V32_ENCODE":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment