Helium repo update. (#2716)

This commit is contained in:
Laurent Mazare
2025-01-13 18:04:14 +01:00
committed by GitHub
parent 309cd0f7c7
commit 158817f230
2 changed files with 8 additions and 2 deletions

View File

@ -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()
}