mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 00:54:05 +02:00
launch: update ctx length for glm-5.1 and gemma4 (#15411)
Also adds glm-5.1 in recommended models
This commit is contained in:
@@ -736,6 +736,8 @@ func TestLookupCloudModelLimit(t *testing.T) {
|
||||
{"glm-4.7", false, 0, 0},
|
||||
{"glm-4.7:cloud", true, 202_752, 131_072},
|
||||
{"glm-5:cloud", true, 202_752, 131_072},
|
||||
{"glm-5.1:cloud", true, 202_752, 131_072},
|
||||
{"gemma4:31b-cloud", true, 262_144, 131_072},
|
||||
{"gpt-oss:120b-cloud", true, 131_072, 131_072},
|
||||
{"gpt-oss:20b-cloud", true, 131_072, 131_072},
|
||||
{"kimi-k2.5", false, 0, 0},
|
||||
|
||||
Reference in New Issue
Block a user