Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
kernels-community
/
moe
like
0
Follow
kernels-community
30
kernel
License:
apache-2.0
Model card
Files
Files and versions
Community
1
refs/pr/1
moe
/
core
/
exception.hpp
danieldk
HF staff
Add MoE kernels from vLLM
29e93ec
4 months ago
raw
Copy download link
history
blame
Safe
55 Bytes
#
pragma
once
#
define
VLLM_IMPLIES(p, q) (!(p) || (q))