Remove JSON loading bug.

#9

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

Meta Llama org

Ty Sebastian!

Meta Llama org
Meta Llama org

Closing since Anthony was the first

Sanyam changed pull request status to closed

Sign up or log in to comment