jadechoghari commited on
Commit
fcff9bf
1 Parent(s): 54b2327

update the config to support online model loading

Browse files

(ignore the pr until all files are uploaded `modeling.py` etc...)

Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -1,8 +1,13 @@
1
  {
2
- "_name_or_path": "/tmp/iopath_cache/manifold_cache/tree/users/shenx/finetune/09051611-cambrian_qwenvl_t576_ov",
3
  "architectures": [
4
  "CambrianQwenForCausalLM"
5
  ],
 
 
 
 
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 151643,
 
1
  {
2
+ "_name_or_path": "Vision-CAIR/LongVU_Qwen2_7B",
3
  "architectures": [
4
  "CambrianQwenForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoConfig": "modeling.CambrianConfig",
8
+ "AutoModel": "modeling.CambrianQwenForCausalLM",
9
+ "AutoModelForCausalLM": "modeling.CambrianQwenForCausalLM"
10
+ },
11
  "attention_bias": false,
12
  "attention_dropout": 0.0,
13
  "bos_token_id": 151643,