Spyke
lemmy.world

On The Bloke's hugging face repo, it says the GGML quants are not compatible with llama.cpp, anyone know why?

3
Kerfufflereply
sh.itjust.works

It's a different type of model. llama.cpp only supports LLaMA models while GGML (the machine learning library llama.cpp is based on) has examples of various models with different architectures. WizardCoder, MPT, Bloom, probably very soon Falcon. Also some separate projects use GGML to support other models (including some of the ones I listed). For example the Rust "llm" project can support LLaMA models, MPT, BLOOM.

4
sh.itjust.works

Looks like gpt4all supports it, thought it was based on llama for some reason going to have to give it a try

1
Kerfufflereply
sh.itjust.works

It looks like a frontend that just bundles a bunch of stuff together. Oobabooga's webui thing is similar: you can run stuff with llama.cpp, GPTQ, etc. What models and features are supported is going to depend on how the frontend manages that stuff. There are also forks of llama.cpp like koboldc++ which may support different models/features/formats (I know koboldc++ supports some older GGML file formats that llama.cpp broke compatibility with).

1
sh.itjust.works

Oh wait does ooba support this? Nvm then I'm enjoying using that, I'm just a little lost sometimes haha

1
Kerfufflereply
sh.itjust.works

I don't know if it does or doesn't, I was just saying those two projects seemed similar: presenting a frontend for running inference on models while the user doesn't necessarily have to know/care what backend is used.

2
feddit.de

So if I understand correctly it is fine tuned for coding or what exactly is this Wizard model doing?

2
lemmy.one

It is StarCoder and fine tuned on a new Wizard Instruct dataset optimized for coding models. So it follows the instruct formatting of prompts on top of the StarCoder base model.

4
Mixelreply
feddit.de

That sounds great honestly! Does that work with the newest ggml yet?

2

Doesn’t look like it, hopefully it does someday. I am stoked to try this one out.

3

You reached the end