File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88docker build \
99 --network host \
1010 -f docker/vllm_metax.Dockerfile \
11- -t vllm_metax:v0 \
11+ -t vllm_metax:v0.13.0 \
1212 --build-arg VLLM_VERSION=v0.13.0 \
1313 --build-arg MACA_VERSION=3.3.0 \
1414 .
Original file line number Diff line number Diff line change 1- lmcache
1+ lmcache==0.3.11+maca3.3.0.303
2+
3+ # Maca would need a customized nixl to fit kv_connectors, which is not ready yet.
4+ # So the dependency is temporarily disabled here.
5+ # nixl >= 0.7.1+maca
Original file line number Diff line number Diff line change 77apex==0.1+metax3.3.0.2
88torch==2.8.0+metax3.3.0.2
99torchaudio==2.4.1+metax3.3.0.2
10+ torchcodec==0.6.0+metax3.3.0.2
1011torchvision==0.15.1+metax3.3.0.2
1112triton==3.0.0+metax3.3.0.2
1213
@@ -15,6 +16,7 @@ dropout_layer_norm==0.1+metax3.3.0.2torch2.8
1516
1617# attention
1718flash_attn==2.6.3+metax3.3.0.2torch2.8
19+ flash-linear-attention==0.1+metax3.3.0.2torch2.8
1820flash_mla==1.0.1+metax3.3.0.2torch2.8
1921flashinfer==0.2.6+metax3.3.0.2torch2.8
2022fused_dense_lib==2.6.3+metax3.3.0.2torch2.8
@@ -28,7 +30,7 @@ xentropy_cuda_lib==0.1+metax3.3.0.2torch2.8
2830
2931mcpy==3.3.0.2
3032
31- # deep_gemm==0.0.1+maca3.3.0.10
32- # mcoplib==0.2.0 +maca3.3.0.2 .torch2.8
33+ deep_gemm==0.0.1+maca3.3.0.301
34+ mcoplib==0.3.1 +maca3.3.0.15 .torch2.8
3335
3436# uv pip install -r requirements/maca.txt -c requirements/constraints.txt --index-strategy unsafe-best-match --extra-index-url https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com --dry-run
You can’t perform that action at this time.
0 commit comments