Skip to content

Commit f3b0b07

Browse files
authored
chore(version): upgrade mlx to 0.30.0 which has arm64 wheel (#319)
1 parent 809ddab commit f3b0b07

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

docker/Dockerfile.spark

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ COPY README.md ./README.md
88
COPY src ./src
99
COPY pyproject.toml ./pyproject.toml
1010

11-
RUN apt-get update
12-
13-
RUN git clone --branch v0.29.1 https://github.com/ml-explore/mlx.git && \
14-
apt-get install libblas-dev liblapack-dev liblapacke-dev -y && \
15-
cd mlx && \
16-
PYPI_RELEASE=1 pip install . --break-system-packages && \
17-
cd ..
18-
1911
# remove sglang[all] from pyproject.toml
2012
RUN sed -i '/sglang\[all\]/d' pyproject.toml
2113

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ parallax = "parallax.cli:main"
4444
mac = [
4545
"torch==2.8.0",
4646
"mlx-lm==0.28.0",
47-
"mlx==0.29.1",
47+
"mlx==0.30.0",
4848
]
4949

5050
gpu = [
5151
"sglang[all]==0.5.5",
5252
"mlx-lm==0.28.0",
53-
"mlx[cpu]==0.29.1",
53+
"mlx[cpu]==0.30.0",
5454
]
5555

5656
vllm = [
5757
"vllm==0.11.0",
5858
"mlx-lm==0.28.0",
59-
"mlx[cpu]==0.29.1",
59+
"mlx[cpu]==0.30.0",
6060
]
6161

6262
benchmark = [

0 commit comments

Comments
 (0)