Tweak the readme for phi and the default sample length. (#1450)

This commit is contained in:
Laurent Mazare
2023-12-16 18:11:36 -06:00
committed by GitHub
parent 1782e93de6
commit c4cfcf1539
2 changed files with 12 additions and 15 deletions

View File

@ -160,7 +160,7 @@ struct Args {
seed: u64,
/// The length of the sample to generate (in tokens).
#[arg(long, short = 'n', default_value_t = 100)]
#[arg(long, short = 'n', default_value_t = 5000)]
sample_len: usize,
#[arg(long)]