summaryrefslogtreecommitdiff
path: root/examples/lookup/lookup-stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lookup/lookup-stats.cpp')
-rw-r--r--examples/lookup/lookup-stats.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/lookup/lookup-stats.cpp b/examples/lookup/lookup-stats.cpp
index 41b62c2f..87ecc0a4 100644
--- a/examples/lookup/lookup-stats.cpp
+++ b/examples/lookup/lookup-stats.cpp
@@ -30,7 +30,6 @@ int main(int argc, char ** argv){
// load the model
std::tie(model, ctx) = llama_init_from_gpt_params(params);
- llama_set_rng_seed(ctx, params.seed);
GGML_ASSERT(llama_n_vocab(model) < (1 << 16));
// tokenize the prompt