louis-jan commited on
Commit
f9bd9b8
·
verified ·
1 Parent(s): 48d5736

Invalid eos_token_id type

Browse files

This causes an issue while running with mlx-swift, the eos_token_id should be an array or null.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "Qwen3VLForConditionalGeneration"
4
  ],
5
  "dtype": "float32",
6
- "eos_token_id": 151645,
7
  "image_token_id": 151655,
8
  "model_type": "qwen3_vl",
9
  "pad_token_id": 151643,
 
3
  "Qwen3VLForConditionalGeneration"
4
  ],
5
  "dtype": "float32",
6
+ "eos_token_id": null,
7
  "image_token_id": 151655,
8
  "model_type": "qwen3_vl",
9
  "pad_token_id": 151643,