We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033b306 commit 5883f01Copy full SHA for 5883f01
src/llama-context.cpp
@@ -1312,7 +1312,7 @@ uint32_t llama_context::output_reserve(int32_t n_outputs) {
1312
//
1313
1314
uint32_t llama_context::graph_max_nodes() const {
1315
- return std::max<uint32_t>(1024u, 6u*model.n_tensors());
+ return std::max<uint32_t>(1024u, 8u*model.n_tensors());
1316
}
1317
1318
llm_graph_result * llama_context::get_gf_res_reserve() const {
0 commit comments