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 b213fce commit e58174cCopy full SHA for e58174c
src/llama-cparams.h
@@ -4,7 +4,7 @@
4
5
#include <cstdint>
6
7
-#define LLAMA_MAX_SEQ 64
+#define LLAMA_MAX_SEQ 256
8
9
struct llama_cparams {
10
uint32_t n_ctx; // context size used during inference
0 commit comments