ruihanglai
commited on
Commit
•
4ae1b9b
1
Parent(s):
2ff4270
Update mlc-chat-config.json
Browse files- mlc-chat-config.json +3 -3
mlc-chat-config.json
CHANGED
@@ -11,16 +11,16 @@
|
|
11 |
"vocab_size": 128256,
|
12 |
"position_embedding_base": 500000.0,
|
13 |
"context_window_size": 8192,
|
14 |
-
"prefill_chunk_size":
|
15 |
"num_key_value_heads": 8,
|
16 |
"head_dim": 128,
|
17 |
"tensor_parallel_shards": 1,
|
18 |
-
"max_batch_size":
|
19 |
},
|
20 |
"vocab_size": 128256,
|
21 |
"context_window_size": 8192,
|
22 |
"sliding_window_size": -1,
|
23 |
-
"prefill_chunk_size":
|
24 |
"attention_sink_size": -1,
|
25 |
"tensor_parallel_shards": 1,
|
26 |
"temperature": 0.6,
|
|
|
11 |
"vocab_size": 128256,
|
12 |
"position_embedding_base": 500000.0,
|
13 |
"context_window_size": 8192,
|
14 |
+
"prefill_chunk_size": 8192,
|
15 |
"num_key_value_heads": 8,
|
16 |
"head_dim": 128,
|
17 |
"tensor_parallel_shards": 1,
|
18 |
+
"max_batch_size": 128
|
19 |
},
|
20 |
"vocab_size": 128256,
|
21 |
"context_window_size": 8192,
|
22 |
"sliding_window_size": -1,
|
23 |
+
"prefill_chunk_size": 8192,
|
24 |
"attention_sink_size": -1,
|
25 |
"tensor_parallel_shards": 1,
|
26 |
"temperature": 0.6,
|