ruihanglai
commited on
Commit
•
a68370b
1
Parent(s):
3e43a63
Update mlc-chat-config.json
Browse files- mlc-chat-config.json +2 -1
mlc-chat-config.json
CHANGED
@@ -15,7 +15,8 @@
|
|
15 |
"sliding_window_size": 4096,
|
16 |
"prefill_chunk_size": 4096,
|
17 |
"attention_sink_size": 4,
|
18 |
-
"tensor_parallel_shards": 1
|
|
|
19 |
},
|
20 |
"vocab_size": 32000,
|
21 |
"context_window_size": -1,
|
|
|
15 |
"sliding_window_size": 4096,
|
16 |
"prefill_chunk_size": 4096,
|
17 |
"attention_sink_size": 4,
|
18 |
+
"tensor_parallel_shards": 1,
|
19 |
+
"max_batch_size": 80
|
20 |
},
|
21 |
"vocab_size": 32000,
|
22 |
"context_window_size": -1,
|