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
This commit is contained in:
Alex Wozniakowski
2024-07-09 06:49:59 -07:00
committed by GitHub
parent 68e88d42fb
commit 63800c8feb
3 changed files with 43 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
mlx>=0.14.1
numpy
transformers>=4.39.3
transformers[sentencepiece]>=4.39.3
protobuf
pyyaml
jinja2