What is up with its obsession with `\n` and `\\n` and other escaped characters and deleting perfectly working code that has nothing to do with my request?

#75
by g0t4 - opened

Might be in lua only? I've spent most of my time testing in lua... the model, even when I ask it not to touch other unrelated code, will inevitably find and screw up an escaped \n in a string. And then it often deletes neighboring characters/words and has no clue it screwed things up...

Anyone else experience this?

I'm running with:

ExecStart=llama-server \
    --flash-attn on \
    --jinja \
    -hf ggml-org/GLM-4.7-Flash-GGUF:Q8_0

Sign up or log in to comment