kechengcode commited on
Commit
e2dea41
·
verified ·
1 Parent(s): d0af3d4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +4 -4
mlc-chat-config.json CHANGED
@@ -18,8 +18,8 @@
18
  "original_max_position_embeddings": 8192,
19
  "rope_type": "llama3"
20
  },
21
- "context_window_size": 2048,
22
- "prefill_chunk_size": 2048,
23
  "num_key_value_heads": 8,
24
  "head_dim": 128,
25
  "tensor_parallel_shards": 1,
@@ -27,9 +27,9 @@
27
  "max_batch_size": 1
28
  },
29
  "vocab_size": 128256,
30
- "context_window_size": 2048,
31
  "sliding_window_size": -1,
32
- "prefill_chunk_size": 2048,
33
  "attention_sink_size": -1,
34
  "tensor_parallel_shards": 1,
35
  "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": 8,
24
  "head_dim": 128,
25
  "tensor_parallel_shards": 1,
 
27
  "max_batch_size": 1
28
  },
29
  "vocab_size": 128256,
30
+ "context_window_size": 768,
31
  "sliding_window_size": -1,
32
+ "prefill_chunk_size": 768,
33
  "attention_sink_size": -1,
34
  "tensor_parallel_shards": 1,
35
  "pipeline_parallel_stages": 1,