diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2025-01-13 18:04:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 18:04:14 +0100 |
commit | 158817f230095f4a3599a29c30c0a3ae48c10b01 (patch) | |
tree | 15854d3bc275ac1acd9858699984cca825f0e19f /candle-examples/examples/helium/main.rs | |
parent | 309cd0f7c7d2035f3f43da8a4cd7e6a7a897c515 (diff) | |
download | candle-158817f230095f4a3599a29c30c0a3ae48c10b01.tar.gz candle-158817f230095f4a3599a29c30c0a3ae48c10b01.tar.bz2 candle-158817f230095f4a3599a29c30c0a3ae48c10b01.zip |
Helium repo update. (#2716)
Diffstat (limited to 'candle-examples/examples/helium/main.rs')
-rw-r--r-- | candle-examples/examples/helium/main.rs | 2 |
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() } |