Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
swolchok committed Sep 24, 2024
2 parents 8c26955 + 1272330 commit 4831e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ int main(int argc, char* argv[]) {
float topp = 0.9f; // top-p in nucleus sampling. 1.0 = off. 0.9 works well,
// but slower

int steps = 256; // number of steps to run for
int steps = 128; // number of steps to run for
const char* prompt = NULL; // prompt string
unsigned long long rng_seed = 0; // seed rng with time by default
const char* mode = "generate"; // generate|chat
Expand Down

0 comments on commit 4831e83

Please sign in to comment.