matthoffner commited on
Commit
744175d
·
verified ·
1 Parent(s): 6de85c3

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -17
config.json DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "host": "0.0.0.0",
3
- "port": 8080,
4
- "models": [
5
- {
6
- "model": "llava-v1.6-mistral-7b.Q3_K_XS.gguf",
7
- "model_alias": "llava-1.6",
8
- "chat_format": "llava-1-5",
9
- "clip_model_path": "mmproj-model-f16.gguf",
10
- "n_gpu_layers": -1,
11
- "offload_kqv": false,
12
- "n_threads": 12,
13
- "n_batch": 512,
14
- "n_ctx": 2048
15
- }
16
- ]
17
- }