whitespace
This commit is contained in:
parent
8dea3b78b5
commit
559e43c447
1 changed files with 1 additions and 2 deletions
|
@ -433,7 +433,6 @@ struct llama_server_context {
|
|||
});
|
||||
return std::vector<float>(n_embd, 0.0f);
|
||||
}
|
||||
|
||||
const float * data = llama_get_embeddings(ctx);
|
||||
std::vector<float> embedding(data, data + n_embd);
|
||||
return embedding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue