Created
March 29, 2026 04:26
-
-
Save u1i/70a763646c0fadd4c92aecdbc28e9905 to your computer and use it in GitHub Desktop.
ollama increase context window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ollama run qwen3.5:9b | |
| /set parameter num_ctx 128000 | |
| /save llama3.1-128k | |
| /set parameter num_ctx 262144 | |
| /save qwen3.5-256k |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment