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.
Langchain::LLM::Ollama
1 parent 366d1ae commit a2f0130Copy full SHA for a2f0130
lib/langchain/llm/ollama.rb
@@ -24,7 +24,7 @@ class Ollama < Base
24
llama2: 4_096,
25
llama3: 4_096,
26
"llama3.1": 4_096,
27
- "llama3.2": 4_096,
+ "llama3.2": 3_072,
28
llava: 4_096,
29
mistral: 4_096,
30
"mistral-openorca": 4_096,
0 commit comments