What does plus mean in "Context length 131,072+"?

#22
by artden111 - opened

Does this mean that the context size can be anything from 131072 or what?

At least the gguf has is automatically limited to 1310272, even if specify a higher context size.

It looks like these arguments for llama.cpp allow to increase context x2

--rope-scaling yarn --rope-scale 2 --yarn-orig-ctx 131072 --ctx-size 262144 --override-kv muse-glimmer.context_length=int:262144

To what result? That's a broad definition of success ranging from "It actually recalls facts at 262k" to "Well, it didn't crash!" :)
I'll tinker with it too, will post here after I have some findings.

tested with context larger than 131K and everything is OK.

PS: with 262k it fill almost all my 32Gb of VRAM

Sign up or log in to comment