Repeated "/////" Configuration Issues llama.cpp

#3
by cqdev2 - opened

Has anyone else encountered this model (I'm using Q6 quant) only generating "/" nonstop? I have llama.cpp configured with the recommended settings as seen on the model card (Both general and precise coding, but primarily testing with general).

I'm worried I'm missing something obvious but Ornith1.0 9B is still working just fine on the same local server. I've tried 1.5 base and also with the froggeric/Qwen-Fixed-Chat-Templates as I saw recommended on a random youtube comment lol.

Has anyone else experienced this with this model or any other model? I've messed around with maybe 1-2 dozen models locally and haven't encountered this before.

I have experienced this working through Hermes, and a couple pi based harnesses as well.

explore different sampling flags.

Ok so I didn't quite go in stages so don't remember if something else contributed, but I think I'm now working. I think I needed updates to my OneAPI SYCL stack on the host to stay in sync with what my toolbox container had. Whatever my host would have updated with dnf and that's the last thing I did prior to getting the results I wanted.

It's now remembered what letters and words are on my B60 GPU. I was able to get these results with the recommended settings after the host's updates.

Now I can investigate how Ornith1.5 9B Q6 works for me as a model and make sampling changes if I desire.

Sign up or log in to comment