modelscope.cn/models/metax-tech/Step-3.7-Flash-W8A8 这个有对应镜像吗,c500用的
vllm-metax:0.20.0-maca.ai3.7.0.107-torch2.8-py312-ubuntu22.04-amd64 无法启动,这个镜像可以启动吗?
modelscope.cn/models/metax-tech/Step-3.7-Flash-W8A8 这个有对应镜像吗,c500用的
vllm-metax:0.20.0-maca.ai3.7.0.107-torch2.8-py312-ubuntu22.04-amd64 无法启动,这个镜像可以启动吗?
我也遇到了
ai给我分析的原因
根本原因:MiMo-V2-Flash 的 head_dim=192,在 MXC500 上 vLLM 的所有 attention backend 都有兼容性问题:
flash_attn kernel 硬编码只支持 head_dim=64
triton kernel shared memory 超硬件限制
可能的出路:
找 Metax 要一个适配 head_dim=192 的 flash_attn kernel — 这是最靠谱的,需要他们重新编译
等 vLLM Metax 后端更新 — 适配更大 head_dim
换用支持 MiMo 的 SGLang Metax 版本 — 如果有的话
MiMo-V2-Flash: head_dim=192 + attention_sink
↕
MXC500: 64KB shared memory per SM + flash_attn 只支持 head_dim=64
vLLM Metax 后端的所有 attention backend 均无法同时满足:
1. head_dim=192 的模型需求
2. MXC500 硬件的 shared memory 限制
3. attention_sink 特性支持
head_dim=192(或至少支持 128/192/256 等常见维度)权重呢,我看是不是得用类似 modelscope.cn/models/metax-tech/MiniMax-M2.5-W8A8这个权重,貌似没找到minimax m2.7的 W8A8量化后的
我看官方渠道说 M2.7完成Day 0深度适配,请问可以提供相关镜像和权重下载部署吗