mlx-examples/llms/mlx_lm/requirements.txt
Alex Wozniakowski 63800c8feb
Example of response generation with optional arguments (#853)
* Generate response with optional arguments

* Reference response generation example

* Include transformers and sentencepiece

* Update example to run Mistral-7B-Instruct-v0.3

* Link to generation example

* Style changes from pre-commit
2024-07-09 06:49:59 -07:00

7 lines
77 B
Plaintext

mlx>=0.14.1
numpy
transformers[sentencepiece]>=4.39.3
protobuf
pyyaml
jinja2