I think the comma is not being escaped.  `convert-hf-to-gguf.py `: loses the token `convert-hf-to-gguf-update.py`: adds token correctly **Related:** https://github.com/ggerganov/llama.cpp/pull/7018 Tested with Falcon and Qwen2, both fail on the same token.
I think the comma is not being escaped.
convert-hf-to-gguf.py: loses the tokenconvert-hf-to-gguf-update.py: adds token correctlyRelated: #7018
Tested with Falcon and Qwen2, both fail on the same token.