kaushiknp commited on
Commit
f9de6b1
·
1 Parent(s): f24418e

Updated config file to remove special characters

Browse files

The config file had special characters that was breaking the code to load the model in ChatModule()

Files changed (1) hide show
  1. params/mlc-chat-config.json +1 -2
params/mlc-chat-config.json CHANGED
@@ -15,6 +15,5 @@
15
  "model_category": "llama",
16
  "model_name": "Llama-2-7b-chat-omniquant",
17
  "max_window_size": 4096,
18
-     "vocab_size": 32000
19
-
20
  }
 
15
  "model_category": "llama",
16
  "model_name": "Llama-2-7b-chat-omniquant",
17
  "max_window_size": 4096,
18
+ "vocab_size": 32000
 
19
  }