Skip to content

Commit

Permalink
model rename update qwen 2.5 coder
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Oct 16, 2024
1 parent 2c70764 commit 528482d
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 @@ -68,7 +68,7 @@ pub enum Model {
#[serde(rename = "qwen2.5-coder:1.5b")]
Qwen2_5Coder1_5B,
/// [AliBaba's Qwen2.5 7b]
#[serde(rename = "qwen2.5-coder:7b-instruct-q8_0")]
#[serde(rename = "qwen2.5-coder:7b-instruct")]
Qwen2_5coder7B,
/// [AliBaba's Qwen2.5 7b 8bit]
#[serde(rename = "qwen2.5-coder:7b-instruct-q8_0")]
Expand Down

0 comments on commit 528482d

Please sign in to comment.