tykiww commited on
Commit
1840ec9
·
verified ·
1 Parent(s): a1543a8

Update config/config.json

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