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

Function llama_get_embeddings_seq

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

Source from the content-addressed store, hash-verified

2367}
2368
2369float * llama_get_embeddings_seq(llama_context * ctx, llama_seq_id seq_id) {
2370 ctx->synchronize();
2371
2372 return ctx->get_embeddings_seq(seq_id);
2373}
2374
2375// llama adapter API
2376

Callers 4

send_embeddingMethod · 0.85
send_rerankMethod · 0.85
batch_decodeFunction · 0.85
batch_processFunction · 0.85

Calls 2

synchronizeMethod · 0.80
get_embeddings_seqMethod · 0.80

Tested by

no test coverage detected