chore(mlx-lm): update phi2 model args to sync with hf config format. (#311)

* chore(mlx-lm): update phi2 model args to sync with hf config format

* chore: fix type hint
This commit is contained in:
Anchen
2024-01-13 07:51:45 -08:00
committed by GitHub
parent 7575125d5d
commit a39b735c3b
2 changed files with 76 additions and 34 deletions

View File

@@ -61,7 +61,7 @@ text using the given prompt.
For a full list of options run:
```
python -m mlx_lm generate --help
python -m mlx_lm.generate --help
```
To quantize a model from the command line run: