Skip to content

Commit c7466ed

Browse files
committed
Fix script path
1 parent 48f3a8a commit c7466ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python -m mlx_lm.fuse --model models/Qwen1.5-32B-Chat --save-path models/Qwen1.5
3737
```
3838

3939
对合并后的模型进行量化加速:
40-
python convert_model.py
40+
python tools/compress_model.py
4141

4242
对微调训练后的模型进行对话测试:
4343
python chat.py

tools/compress_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Compress Qwen1.5-32B-Chat.
44
convert(
55
"models/Qwen1.5-32B-Chat",
6-
mlx_path="mlx_model/Qwen1.5-32B-Chat",
6+
mlx_path="models/Qwen1.5-32B-Chat-4Bit",
77
quantize=True
88
)
99

0 commit comments

Comments
 (0)