dflash drafter model load failure (on dflash q4_k or q8_0)

#6
by dilavni - opened

the model loads on it's own on llama.cpp (i quality), but when i add the drafter, i get this:

0.00.620.996 E llama_model_load: error loading model: done_getting_tensors: wrong number of tensors; expected 76, got 69

Owner

The stock llama.cpp doesn't have support for laguna's drafter. You have to go get poolside's fork if you want to do that.

Fair warning, the drafter doesn't anything like speed up the model 2x or 3x like it's advertised. My best test showed a 20% speedup. Here's a link to poolside's fork if you want to try that: https://github.com/poolsideai/llama.cpp/tree/laguna

Myric changed discussion status to closed

Sign up or log in to comment