Skip to content

Commit

Permalink
delete unused white space
Browse files Browse the repository at this point in the history
  • Loading branch information
gtygo committed Aug 10, 2024
1 parent 88105b7 commit 804ddd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/retrieval/retrieval.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ int main(int argc, char ** argv) {
std::vector<float> query_emb(n_embd, 0);
batch_decode(ctx, query_batch, query_emb.data(), 1, n_embd);


llama_batch_clear(query_batch);

// compute cosine similarities
Expand Down

0 comments on commit 804ddd7

Please sign in to comment.