Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
RedHatAI
/
moe
like
1
Follow
Red Hat AI
1.32k
kernel
License:
apache-2.0
Model card
Files
Files and versions
Community
1
main
moe
/
core
/
exception.hpp
danieldk
HF Staff
Add MoE kernels from vLLM
29e93ec
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
55 Bytes
#
pragma
once
#
define
VLLM_IMPLIES(p, q) (!(p) || (q))