Update config.json to conform base_model_name_or_path to expected TGI spec

#2
by nlaanait-atm - opened
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/media/data3/Storage/mistralai_Mistral-7B-Instruct-v0.2",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
1
  {
2
+ "base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],