Use llama v3 by default + add to readme. (#2094)

This commit is contained in:
Laurent Mazare
2024-04-20 16:11:24 +02:00
committed by GitHub
parent 8b390ddd29
commit 52ae332910
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ struct Args {
revision: Option<String>,
/// The model size to use.
#[arg(long, default_value = "v2")]
#[arg(long, default_value = "v3")]
which: Which,
#[arg(long)]