summaryrefslogtreecommitdiff
path: root/candle-examples/examples/helium/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-examples/examples/helium/main.rs')
-rw-r--r--candle-examples/examples/helium/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/helium/main.rs b/candle-examples/examples/helium/main.rs
index d427f104..8cf63758 100644
--- a/candle-examples/examples/helium/main.rs
+++ b/candle-examples/examples/helium/main.rs
@@ -229,7 +229,7 @@ fn main() -> Result<()> {
Some(model_id) => model_id,
None => {
let name = match args.which {
- Which::V1Preview => "kyutai/helium-1-preview",
+ Which::V1Preview => "kyutai/helium-1-preview-2b",
};
name.to_string()
}