Skip to content

Commit e3c8b1e

Browse files
committed
fix setup
1 parent 028014e commit e3c8b1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ all =
103103
optimum
104104
outlines==0.0.34 # sglang errored for outlines > 0.0.34
105105
sglang[all] ; sys_platform=='linux'
106+
mlx-lm ; sys_platform=='darwin' and platform_machine == 'arm64'
106107
attrdict # For deepseek VL
107108
timm>=0.9.16 # For deepseek VL
108109
torchvision # For deepseek VL
@@ -143,6 +144,8 @@ vllm =
143144
vllm>=0.2.6
144145
sglang =
145146
sglang[all]
147+
mlx =
148+
mlx-lm
146149
embedding =
147150
sentence-transformers>=2.7.0
148151
rerank =

0 commit comments

Comments
 (0)