We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3f4c9 commit f0059cbCopy full SHA for f0059cb
vllm/envs.py
@@ -471,7 +471,7 @@ def get_default_config_root():
471
472
# If set, try to use the flux fused collective communication gemm kernels.
473
"VLLM_USE_FLUX":
474
- lambda: bool(int(os.getenv("VLLM_USE_FLUX", "0"))),
+ lambda: bool(int(os.getenv("VLLM_USE_FLUX", "1"))),
475
}
476
477
# end-env-vars-definition
0 commit comments