Configuration Parsing Warning: Invalid JSON for config file config.json
#6
by adalte - opened
this is caused by Infinity here: "time_step_limit": [
0.0,
Infinity
],
this is not a valid JSON value
vllm cannot load the model due to the invalid JSON config file
The config file has been updated, resolving this warning.
bkartal changed discussion status to closed