Skip to content

Commit

Permalink
added qwen doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Sep 20, 2024
1 parent 56c9516 commit 80f8e71
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 @@ -55,7 +55,7 @@ pub enum Model {
/// [Alibaba's Qwen2 model](https://ollama.com/library/qwen2), 7B parameters, fp16
#[serde(rename = "qwen2.5:7b-instruct-fp16")]
Qwen2_5_7Bf16,
/// []
/// [Alibaba's Qwen2 model](https://ollama.com/library/qwen2), 32B parameters, fp16
#[serde(rename = "qwen2.5:32b-instruct-fp16")]
Qwen2_5_32Bf16,
// OpenAI models
Expand Down

0 comments on commit 80f8e71

Please sign in to comment.