LM Studio

#17
by Melektavus22 - opened

LM Studio 0.4.20
Runtime Selections GGUF Vulkan llama.cpp (Windows) v2.27.1

🥲 Не удалось загрузить модель
Engine protocol runtime llama-server for W0J/scmAONB9UF10tMKJty/J exited before becoming healthy. exitCode=1, signal=null

Prism ML org

hmm that might be issue with LM Studio. For Q1_0 for Bonsai-27B-gguf , the llama-server should work. Which gguf did you download?

Q4_1 (2.72Gb) and BF16(8.22Gb). Both options give an error.

Prism ML org

If there is "dspark" in the name the names then they are not the language models themselves, they are draft models for speculative decoding using dspark method, those ggufs by themselves don't do anything and need to be run in a special way, they definitely won't work in LM Studio. Can check here if curious: https://github.com/PrismML-Eng/Bonsai-demo/blob/main/SPECULATIVE.md

For LM Studio need to download the Q1_0 for the LLM part (Bonsai-27B-Q1_0.gguf)
and for vision part either Bonsai-27B-mmproj-BF16.gguf or Bonsai-27B-mmproj-Q8_0.gguf.

Overall can refer too https://github.com/PrismML-Eng/Bonsai-demo/, even if not running the demo direclty has a lot of useful info on how to run the models.

This comment has been hidden (marked as Resolved)

Thank you. Both (Bonsai-27B-Q1_0.gguf, Bonsai-27B-mmproj-BF16.gguf) worked.

will this quantize be relased ? so we can quantize using this method ?
or is it only one off ?

right now ts 50/50 working !

Sign up or log in to comment