Update config.json to conform base_model_name_or_path to expected TGI spec
#2
by
nlaanait-atm
- opened
- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
3 |
"architectures": [
|
4 |
"MistralForCausalLM"
|
5 |
],
|