ruihanglai commited on
Commit
8592f44
1 Parent(s): 0736d97

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +4 -4
mlc-chat-config.json CHANGED
@@ -9,17 +9,17 @@
9
  "rms_norm_eps": 1e-05,
10
  "vocab_size": 128256,
11
  "position_embedding_base": 500000.0,
12
- "context_window_size": 8192,
13
- "prefill_chunk_size": 8192,
14
  "num_key_value_heads": 8,
15
  "head_dim": 128,
16
  "tensor_parallel_shards": 1,
17
  "max_batch_size": 80
18
  },
19
  "vocab_size": 128256,
20
- "context_window_size": 8192,
21
  "sliding_window_size": -1,
22
- "prefill_chunk_size": 8192,
23
  "attention_sink_size": -1,
24
  "tensor_parallel_shards": 1,
25
  "mean_gen_len": 128,
 
9
  "rms_norm_eps": 1e-05,
10
  "vocab_size": 128256,
11
  "position_embedding_base": 500000.0,
12
+ "context_window_size": 768,
13
+ "prefill_chunk_size": 512,
14
  "num_key_value_heads": 8,
15
  "head_dim": 128,
16
  "tensor_parallel_shards": 1,
17
  "max_batch_size": 80
18
  },
19
  "vocab_size": 128256,
20
+ "context_window_size": 768,
21
  "sliding_window_size": -1,
22
+ "prefill_chunk_size": 512,
23
  "attention_sink_size": -1,
24
  "tensor_parallel_shards": 1,
25
  "mean_gen_len": 128,