Update examples/embedding/embedding.cpp
This commit is contained in:
parent
d2f63d6c5f
commit
9a8649625a
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ int main(int argc, char ** argv) {
|
|||
float * out = emb + p * n_embd;
|
||||
batch_decode(ctx, batch, out, s, n_embd);
|
||||
|
||||
// print the first part of the embeddings or for a single prompt, the full embedding
|
||||
// print the first part of the embeddings or for a single prompt, the full embedding
|
||||
fprintf(stdout, "\n");
|
||||
for (int j = 0; j < n_prompts; j++) {
|
||||
fprintf(stdout, "embedding %d: ", j);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue