File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,6 @@ COPY README.md ./README.md
88COPY src ./src
99COPY 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
2012RUN sed -i '/sglang\[all\]/d' pyproject.toml
2113
Original file line number Diff line number Diff line change @@ -44,19 +44,19 @@ parallax = "parallax.cli:main"
4444mac = [
4545 " torch==2.8.0" ,
4646 " mlx-lm==0.28.0" ,
47- " mlx==0.29.1 " ,
47+ " mlx==0.30.0 " ,
4848]
4949
5050gpu = [
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
5656vllm = [
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
6262benchmark = [
You can’t perform that action at this time.
0 commit comments