We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf2e94 commit 5a1b634Copy full SHA for 5a1b634
1 file changed
pyproject.toml
@@ -13,6 +13,8 @@ requires-python = ">=3.8"
13
[project.optional-dependencies]
14
# Same interpreter as InfiniCore built with ``--aten=y`` (see vllm_kernel_reuse_evaluation.md).
15
vllm = ["vllm==0.19.0"]
16
+# MiniCPM5 fused stub + jiuge: vLLM fused MoE + helper deps (flash-attn install separately; see InfiniLM/examples/FLASH_ATTN_AND_VLLM_FUSED_MOE.md).
17
+vllm-fused-moe = ["vllm==0.19.0", "janus>=1.0.0", "xxhash>=3.0.0"]
18
19
classifiers = [
20
"Programming Language :: Python :: 3",
0 commit comments