Загрузка видео...

Не удалось загрузить видео

На главную

PSA 📣: MLX can now pull Mistral/ Llama/ TinyLlama safetensors directly from the Hub! 🔥 pip install -U mlx is all you need! All mistral/ llama fine-tunes supported too! 20,000+ checkpoints overall! P.S. We also provide a script to convert and quantise checkpoints and directly ship them to the...

60,608 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 11

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

Here's how you can do it too: 1. git clone 2. cd llms/hf_llms 3. pip install -r requirements.txt 4. python generate. py --model mistralai/Mistral-7B-Instruct-v0.2 --prompt "What the dog doin?" That's it! 🤗

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

You can also quantise the models and directly upload them to the Hub ⚡ python convert. py --hf-path "codellama/CodeLlama-7b-Python-hf" -q --upload-name CodeLlama-7b-Python-hf-4bit-mlx

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

Here's how the converted checkpoint would look like:

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

Always a pleasure working w/ @awnihannun & @pcuenq ❤️

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

Help us quantise more models! ❤️ python convert. py --hf-path "codellama/CodeLlama-13b-Python-hf" -q --upload-name CodeLlama-13b-Python-hf-4bit-mlx

Фото профиля Krum Arnaudov
Krum Arnaudov2 лет назад

What would be the min HW requirements to run a 7B 4bit model? Wondering if the 16GB M1 would be enough to get anything running.

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

Should be more than enough, IMO. Here's how you can test it: python generate. py --model mlx-community/Mistral-7B-Instruct-v0.2-4bit-mlx --prompt "Write a rap song about on-device inference via a mac, keep it classy."

Фото профиля Evil Genius
Evil Genius2 лет назад

Niceee

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

There's more coming! 🔥

Фото профиля Russ Green
Russ Green2 лет назад

Ive been meaning to try my luck running the 8x7b i only have a 4070 tho

Фото профиля Vaibhav (VB) Srivastav
Vaibhav (VB) Srivastav2 лет назад

This might be of interest to you then:

Похожие видео