amoeba04 commited on
Commit
549ad5a
·
verified ·
1 Parent(s): 2076803

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -204,7 +204,7 @@ To add KVL to VLMEvalKit, register it in `vlmeval/config.py`:
204
  from functools import partial
205
  from vlmeval.vlm import InternVLChat
206
 
207
- # Add to internvl3_5 dict or ungrouped dict
208
  "KVL": partial(InternVLChat, model_path="amoeba04/KVL", max_new_tokens=16384, version="V2.0"),
209
  ```
210
 
 
204
  from functools import partial
205
  from vlmeval.vlm import InternVLChat
206
 
207
+ # Add to ungrouped dict
208
  "KVL": partial(InternVLChat, model_path="amoeba04/KVL", max_new_tokens=16384, version="V2.0"),
209
  ```
210