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

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment