Skip to content

Commit

Permalink
Add new Ollama models: LLAMA3_2_3B
Browse files Browse the repository at this point in the history
Signed-off-by: 蕭洛 <[email protected]>
  • Loading branch information
799332391 authored and ilayaperumalg committed Feb 27, 2025
1 parent 1599c2e commit 6be3d0a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ public enum OllamaModel implements ChatModelDescription {
*/
LLAMA3_2_1B("llama3.2:1b"),

/**
* The Llama 3.2 3B language model from Meta.
*/
LLAMA3_2_3B("llama3.2:3b"),

/**
* The 7B parameters model
*/
Expand Down

0 comments on commit 6be3d0a

Please sign in to comment.