Загрузка видео...
Не удалось загрузить видео
You can now run SQLCoder with a GUI on Apple Silicon or any NVIDIA GPU-enabled device! On Apple Silicon, just run CMAKE_ARGS="-DLLAMA_METAL=on" pip install "sqlcoder[llama-cpp]" sqlcoder launch The Apple Silicon version is not super accurate, but works great for simple questions – and everything happens (fairly fast) on just... show more
10,404 просмотров • 2 лет назад •via X (Twitter)
Комментарии: 6

Cris Lenta2 лет назад
This looks great! Have you tried also running it with .cpp models? Curious of the performance

Rishabh Srivastava2 лет назад
Thank you! The demo above is for a llama.cpp model (with q5 km quantization). Haven't done a rigorous eval on those yet though – will do in a few hours!

Nerdynav2 лет назад
hey great work, what's the license for this? Are code llama fine tunes allowed in their Meta's licensing?

Gautam Padiyar2 лет назад
GPU with 20gb memory not required?

Rishabh Srivastava2 лет назад
7B model, so you only need ~16GB or so of memory to make it run without beam search

Harsh Patel2 лет назад
On Apple silicon how do I make it use the 7b-2 model? It is downloading the v1 I guess
