ruihanglai
commited on
Commit
•
d9f6630
1
Parent(s):
c56b387
Update mlc-chat-config.json
Browse files- mlc-chat-config.json +3 -3
mlc-chat-config.json
CHANGED
@@ -19,16 +19,16 @@
|
|
19 |
"rope_type": "llama3"
|
20 |
},
|
21 |
"context_window_size": 131072,
|
22 |
-
"prefill_chunk_size":
|
23 |
"num_key_value_heads": 8,
|
24 |
"head_dim": 128,
|
25 |
"tensor_parallel_shards": 1,
|
26 |
-
"max_batch_size":
|
27 |
},
|
28 |
"vocab_size": 128256,
|
29 |
"context_window_size": 131072,
|
30 |
"sliding_window_size": -1,
|
31 |
-
"prefill_chunk_size":
|
32 |
"attention_sink_size": -1,
|
33 |
"tensor_parallel_shards": 1,
|
34 |
"temperature": 0.6,
|
|
|
19 |
"rope_type": "llama3"
|
20 |
},
|
21 |
"context_window_size": 131072,
|
22 |
+
"prefill_chunk_size": 8192,
|
23 |
"num_key_value_heads": 8,
|
24 |
"head_dim": 128,
|
25 |
"tensor_parallel_shards": 1,
|
26 |
+
"max_batch_size": 128
|
27 |
},
|
28 |
"vocab_size": 128256,
|
29 |
"context_window_size": 131072,
|
30 |
"sliding_window_size": -1,
|
31 |
+
"prefill_chunk_size": 8192,
|
32 |
"attention_sink_size": -1,
|
33 |
"tensor_parallel_shards": 1,
|
34 |
"temperature": 0.6,
|