Subh775 commited on
Commit
a5ac1b8
·
verified ·
1 Parent(s): 6af5904

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -4,8 +4,8 @@
4
  "Moondream"
5
  ],
6
  "auto_map": {
7
- "AutoConfig": "vikhyatk/moondream2--configuration_moondream.MoondreamConfig",
8
- "AutoModelForCausalLM": "vikhyatk/moondream2--moondream.Moondream"
9
  },
10
  "model_type": "moondream1",
11
  "text_config": {
@@ -13,4 +13,4 @@
13
  },
14
  "torch_dtype": "float16",
15
  "transformers_version": "4.44.2"
16
- }
 
4
  "Moondream"
5
  ],
6
  "auto_map": {
7
+ "AutoConfig": "configuration_moondream.MoondreamConfig",
8
+ "AutoModelForCausalLM": "moondream.Moondream"
9
  },
10
  "model_type": "moondream1",
11
  "text_config": {
 
13
  },
14
  "torch_dtype": "float16",
15
  "transformers_version": "4.44.2"
16
+ }