This PR was made as a follow up of a request made by another contributer to split my last PR into two separate PRs.
In this PR the convert-hf-to-gguf-update.py was updated to use encoding="utf-8" when reading and writing on convert-hf-to-gguf.py because some characters kept breaking the execution of the convert-hf-to-gguf-update.py (mostly hexadecimal characters that weren't recognized under windows default encoding) like the rocket emojis "🚀"
This PR was made as a follow up of a request made by another contributer to split my last PR into two separate PRs.
In this PR the
convert-hf-to-gguf-update.py
was updated to useencoding="utf-8"
when reading and writing onconvert-hf-to-gguf.py
because some characters kept breaking the execution of theconvert-hf-to-gguf-update.py
(mostly hexadecimal characters that weren't recognized under windows default encoding) like the rocket emojis "🚀"