MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / get_embeddings

Method get_embeddings

smallthinker/src/llama-context.cpp:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509float * llama_context::get_embeddings() {
510 return embd;
511}
512
513float * llama_context::get_embeddings_ith(int32_t i) {
514 int32_t j = -1;

Callers 1

llama_get_embeddingsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected