summaryrefslogtreecommitdiff
path: root/candle-examples/examples/replit-code/main.rs
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-10-18 10:58:05 +0100
committerGitHub <noreply@github.com>2023-10-18 10:58:05 +0100
commit767a6578f1b8c11cc84be35a367724b368ae7ebb (patch)
treea4f15c6fefdb19aad831b2785c2607c9bb0aeeb9 /candle-examples/examples/replit-code/main.rs
parent662c186fd509af12ef69ccc660607618d8afd297 (diff)
downloadcandle-767a6578f1b8c11cc84be35a367724b368ae7ebb.tar.gz
candle-767a6578f1b8c11cc84be35a367724b368ae7ebb.tar.bz2
candle-767a6578f1b8c11cc84be35a367724b368ae7ebb.zip
MPT alibi fixes. (#1120)
* MPT alibi fixes. * Some more fixes. * Finally get the model to return some sensible outputs. * Add a readme.
Diffstat (limited to 'candle-examples/examples/replit-code/main.rs')
-rw-r--r--candle-examples/examples/replit-code/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/replit-code/main.rs b/candle-examples/examples/replit-code/main.rs
index 97429b7b..87b7d216 100644
--- a/candle-examples/examples/replit-code/main.rs
+++ b/candle-examples/examples/replit-code/main.rs
@@ -139,7 +139,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 = 1000)]
sample_len: usize,
#[arg(long)]