matthoffner commited on
Commit
b339871
·
verified ·
1 Parent(s): e5f75b9

Rename config.toml to config.json

Browse files
Files changed (2) hide show
  1. config.json +8 -0
  2. config.toml +0 -6
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "llava-v1.6-mistral-7b.Q3_K_XS.gguf",
3
+ "clip_model_path": "mmproj-model-f16.gguf",
4
+ "chat_format": "llava-1-5",
5
+ "n_threads": 12,
6
+ "logits_all": true,
7
+ "host": "0.0.0.0"
8
+ }
config.toml DELETED
@@ -1,6 +0,0 @@
1
- model="llava-v1.6-mistral-7b.Q3_K_XS.gguf"
2
- clip_model_path="mmproj-model-f16.gguf"
3
- chat_format="llava-1-5"
4
- n_threads="12"
5
- logits_all="true"
6
- host="0.0.0.0"