Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2369
float * 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_embedding
Method · 0.85
send_rerank
Method · 0.85
batch_decode
Function · 0.85
batch_process
Function · 0.85
Calls
2
synchronize
Method · 0.80
get_embeddings_seq
Method · 0.80
Tested by
no test coverage detected