tykiww commited on
Commit
b252b7d
·
verified ·
1 Parent(s): e48aecb

Update config/config.json

Browse files
Files changed (1) hide show
  1. config/config.json +2 -2
config/config.json CHANGED
@@ -26,8 +26,8 @@
26
 
27
  },
28
  "model": {
29
- "supported_models": ["meta-llama/Meta-Llama-3.1-8B-Instruct", "meta-llama/Meta-Llama-3.1-70B-Instruct"],
30
- "model_name": "meta-llama/Meta-Llama-3.1-70B-Instruct",
31
  "device_map": "auto",
32
  "max_new_tokens": 458
33
  },
 
26
 
27
  },
28
  "model": {
29
+ "supported_models": ["meta-llama/Meta-Llama-3.1-8B-Instruct", "mistralai/Mistral-7B-Instruct-v0.3"],
30
+ "model_name": "mistralai/Mistral-7B-Instruct-v0.3",
31
  "device_map": "auto",
32
  "max_new_tokens": 458
33
  },