Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/qwen3/14b/qwen3_14b_prefill_tq_draft.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# ---------------------------------------------------------------------------
# Prefill-specific tiling constants (local, may differ from config.py)
# ---------------------------------------------------------------------------
MAX_SEQ = 128
MAX_SEQ = M.max_seq # rope_cos/sin ctx cap; was 128 (draft placeholder) -> long prompts >128 read OOB rope -> garbage
BATCH_TILE = 16
K_CHUNK = 128
Q_OUT_CHUNK = 64
Expand Down
Loading