Skip to content

Commit 6845343

Browse files
committed
Revert - this change should not be in this PR
1 parent 1ae49a9 commit 6845343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ void llama_context::output_reorder() {
13881388

13891389
uint32_t llama_context::graph_max_nodes() const {
13901390
if (model.arch == LLM_ARCH_QWEN3NEXT) {
1391-
return std::max<uint32_t>(32768, 64u*model.n_tensors());
1391+
return std::max<uint32_t>(8192u, 32u*model.n_tensors());
13921392
}
13931393
return std::max<uint32_t>(1024u, 8u*model.n_tensors());
13941394
}

0 commit comments

Comments
 (0)