ruihanglai commited on
Commit
aaa0249
·
verified ·
1 Parent(s): 3a8aa9d

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +4 -3
mlc-chat-config.json CHANGED
@@ -12,15 +12,16 @@
12
  "position_embedding_base": 1000000.0,
13
  "num_key_value_heads": 8,
14
  "head_dim": 128,
15
- "sliding_window_size": 4096,
 
16
  "prefill_chunk_size": 2048,
17
  "attention_sink_size": 4,
18
  "tensor_parallel_shards": 1,
19
  "max_batch_size": 80
20
  },
21
  "vocab_size": 32768,
22
- "context_window_size": -1,
23
- "sliding_window_size": 4096,
24
  "prefill_chunk_size": 2048,
25
  "attention_sink_size": 4,
26
  "tensor_parallel_shards": 1,
 
12
  "position_embedding_base": 1000000.0,
13
  "num_key_value_heads": 8,
14
  "head_dim": 128,
15
+ "context_window_size": 32768,
16
+ "sliding_window_size": -1,
17
  "prefill_chunk_size": 2048,
18
  "attention_sink_size": 4,
19
  "tensor_parallel_shards": 1,
20
  "max_batch_size": 80
21
  },
22
  "vocab_size": 32768,
23
+ "context_window_size": 32768,
24
+ "sliding_window_size": -1,
25
  "prefill_chunk_size": 2048,
26
  "attention_sink_size": 4,
27
  "tensor_parallel_shards": 1,