mlx-examples/clip/requirements.txt
Anchen 47dd6bd17f
chore(clip): update the clip example to make it compatible with HF format (#472)
* chore(clip): update the clip model to be HF format

* Update clip/convert.py

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>

* chore: address comments

* chore: rename ClipVisionModel and ClipTextModel

* chore: add output hidden_states support

* chore: remove custom conv2d and apply weight transpose during weight sanitizing

* Update clip/model.py

* Update clip/model.py

---------

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>
2024-02-23 06:49:53 -08:00

7 lines
52 B
Plaintext

mlx
numpy
transformers
torch
huggingface_hub
Pillow