Optimize broadcast & Reorg code (#1598)
This commit is contained in:
@@ -148,6 +148,6 @@ def get_act_fn(
|
||||
|
||||
if not is_flashinfer_available():
|
||||
logger.info(
|
||||
"FlashInfer is not available on Non-NV GPUs. Fallback to other kernel libraries."
|
||||
"FlashInfer is not available on Non-NV platforms. Fallback to other kernel libraries."
|
||||
)
|
||||
from vllm.model_executor.layers.activation import GeluAndMul, SiluAndMul
|
||||
|
||||
Reference in New Issue
Block a user