You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A flag named `VLLM_USE_CUTLASS_MOE_FP8` controls whether to activate
the Cutlass kernel. By default, this flag is disabled, ensuring
the original execution path remains completely untouched.
Usage:
$ VLLM_USE_CUTLASS_MOE_FP8=1 python3 -m vllm.entrypoints.openai.api_server ...
0 commit comments