ChenMnZ kaushiknp commited on
Commit
1845a09
1 Parent(s): f24418e

Updated config file to remove special characters (#1)

Browse files

- Updated config file to remove special characters (f9de6b1ae12b5e31b5a68ff38ce4375e14abbc80)


Co-authored-by: Kaushik <kaushiknp@users.noreply.huggingface.co>

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
  }