Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions vllm/model_executor/layers/fused_moe/fused_moe.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ def get_moe_configs(E: int, N: int,

# If no optimized configuration is available, we will use the default
# configuration
logger.info("Using default MoE config. Config file not found at %s",
config_file_path)
return None


Expand Down