From d745a36b30a41774f0473d7d6235a521035530f8 Mon Sep 17 00:00:00 2001 From: Michael Klimenko Date: Fri, 26 Jan 2024 23:39:18 +0100 Subject: [PATCH] Add missing file --- examples/perplexity/perplexity.cpp | 1 - 1 file changed, 1 deletion(-) 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;