Skip to content

Commit

Permalink
Added IBM Granite models
Browse files Browse the repository at this point in the history
  • Loading branch information
patelvivekdev committed Oct 21, 2024
1 parent e0939fe commit 5b74f2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ollama/src/ollama-chat-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ export type OllamaChatModelId =
| 'gemma2:2b'
| 'gemma2:9b'
| 'gemma2:27b'
| 'granite3-dense'
| 'granite3-dense:2b'
| 'granite3-dense:8b'
| 'granite3-moe'
| 'granite3-moe:1b'
| 'granite3-moe:3b'
| 'llama2'
| 'llama2:7b'
| 'llama2:13b'
Expand Down

0 comments on commit 5b74f2b

Please sign in to comment.