ChenMnZ kaushiknp commited on
Commit
40083b7
·
1 Parent(s): b7a8a05

Setting vocab_size to solve the issue of mlc-chat module not initalizing (#1)

Browse files

- Setting vocab_size to solve the issue of mlc-chat module not initalizing (c9ea01959d3ac609e436200051879f42488b416d)


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

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