Commit afd18c9c authored by zhuwenwen's avatar zhuwenwen
Browse files

update VLLM_USE_FUSE_SILU_AND_MUL init value

parent df845734
...@@ -186,7 +186,7 @@ if TYPE_CHECKING: ...@@ -186,7 +186,7 @@ if TYPE_CHECKING:
VLLM_USE_CUDA_GRAPH_SIZES: bool = False VLLM_USE_CUDA_GRAPH_SIZES: bool = False
VLLM_USE_CAT_MLA: bool = False VLLM_USE_CAT_MLA: bool = False
VLLM_REJECT_SAMPLE_OPT: bool = False VLLM_REJECT_SAMPLE_OPT: bool = False
VLLM_USE_FUSE_SILU_AND_MUL: bool = True VLLM_USE_FUSE_SILU_AND_MUL: bool = False
def get_default_cache_root(): def get_default_cache_root():
return os.getenv( return os.getenv(
......
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