Skip to content

Commit 23dd592

Browse files
committed
[deps] update v0.13.0 requirements
Signed-off-by: Hank <hcc.mayday@gmail.com>
1 parent e4c92ed commit 23dd592

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docker/build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
docker 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
.

requirements/kv_connectors.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
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

requirements/maca_private.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
apex==0.1+metax3.3.0.2
88
torch==2.8.0+metax3.3.0.2
99
torchaudio==2.4.1+metax3.3.0.2
10+
torchcodec==0.6.0+metax3.3.0.2
1011
torchvision==0.15.1+metax3.3.0.2
1112
triton==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
1718
flash_attn==2.6.3+metax3.3.0.2torch2.8
19+
flash-linear-attention==0.1+metax3.3.0.2torch2.8
1820
flash_mla==1.0.1+metax3.3.0.2torch2.8
1921
flashinfer==0.2.6+metax3.3.0.2torch2.8
2022
fused_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

2931
mcpy==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

0 commit comments

Comments
 (0)