modify config
Browse files- .DS_Store +0 -0
- mlc-chat-config.json +4 -4
.DS_Store
ADDED
|
Binary file (14.3 kB). View file
|
|
|
mlc-chat-config.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
| 18 |
"original_max_position_embeddings": 8192,
|
| 19 |
"rope_type": "llama3"
|
| 20 |
},
|
| 21 |
-
"context_window_size":
|
| 22 |
-
"prefill_chunk_size":
|
| 23 |
"num_key_value_heads": 7,
|
| 24 |
"head_dim": 128,
|
| 25 |
"tensor_parallel_shards": 1,
|
|
@@ -164,9 +164,9 @@
|
|
| 164 |
"max_batch_size": 1
|
| 165 |
},
|
| 166 |
"vocab_size": 77209,
|
| 167 |
-
"context_window_size":
|
| 168 |
"sliding_window_size": -1,
|
| 169 |
-
"prefill_chunk_size":
|
| 170 |
"attention_sink_size": -1,
|
| 171 |
"tensor_parallel_shards": 1,
|
| 172 |
"pipeline_parallel_stages": 1,
|
|
|
|
| 18 |
"original_max_position_embeddings": 8192,
|
| 19 |
"rope_type": "llama3"
|
| 20 |
},
|
| 21 |
+
"context_window_size": 768,
|
| 22 |
+
"prefill_chunk_size": 768,
|
| 23 |
"num_key_value_heads": 7,
|
| 24 |
"head_dim": 128,
|
| 25 |
"tensor_parallel_shards": 1,
|
|
|
|
| 164 |
"max_batch_size": 1
|
| 165 |
},
|
| 166 |
"vocab_size": 77209,
|
| 167 |
+
"context_window_size": 768,
|
| 168 |
"sliding_window_size": -1,
|
| 169 |
+
"prefill_chunk_size": 768,
|
| 170 |
"attention_sink_size": -1,
|
| 171 |
"tensor_parallel_shards": 1,
|
| 172 |
"pipeline_parallel_stages": 1,
|