Skip to content

Commit

Permalink
Merge branch 'main' of github.com:andthattoo/ollama-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Sep 20, 2024
2 parents a298cb7 + 322a234 commit 56c9516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub enum Model {
/// [Google's Gemma2 model](https://ollama.com/library/gemma2), 9B parameters
#[serde(rename = "gemma2:9b-instruct-q8_0")]
Gemma2_9B,
/// [Google's Gemma2 model](https://ollama.com/library/gemma2), 9B parameters, fp16
/// [Google's Gemma2 model](https://ollama.com/library/gemma2:9b-instruct-fp16), 9B parameters, fp16
#[serde(rename = "gemma2:9b-instruct-fp16")]
Gemma2_9BFp16,
/// [Meta's Llama3.1 model](https://ollama.com/library/llama3.1:latest), 8B parameters
Expand Down

0 comments on commit 56c9516

Please sign in to comment.