Remove JSON loading bug.
#9
by
rasbt
- opened
Removes the extra comma so that it can be loaded into Python via the built-in json
library. Without this fix, it results in a json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 9 column 1 (char 18
.
This also makes it consistent with other generation_config.json
files, for example https://huggingface.co/meta-llama/Llama-3.1-8B/blob/main/generation_config.json
Ty Sebastian!
Previous PR submitted by @Anthonyg5005 : https://huggingface.co/meta-llama/Llama-3.2-1B/discussions/8
Closing since Anthony was the first
Sanyam
changed pull request status to
closed