diff --git a/examples/perplexity/perplexity.cpp b/examples/perplexity/perplexity.cpp index 8d2204969..2c083ee8d 100644 --- a/examples/perplexity/perplexity.cpp +++ b/examples/perplexity/perplexity.cpp @@ -813,7 +813,6 @@ static void hellaswag_score(llama_context * ctx, const gpt_params & params) { llama_batch batch = llama_batch_init(n_ctx, 0, max_seq); - std::vector tok_logits(n_vocab); std::vector batch_logits(n_vocab*n_ctx); std::vector> eval_pairs;