Numan Laanait commited on
Commit
cd403ac
1 Parent(s): e9457e8

Update config.json to conform base_model_name_or_path to expected TGI spec

Browse files
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
  ],