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

Function llama_copy_state_data

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

deprecated

Source from the content-addressed store, hash-verified

2574
2575// deprecated
2576size_t llama_copy_state_data(llama_context * ctx, uint8_t * dst) {
2577 return llama_state_get_data(ctx, dst, -1);
2578}
2579
2580// deprecated
2581size_t llama_set_state_data(llama_context * ctx, const uint8_t * src) {

Callers

nothing calls this directly

Calls 1

llama_state_get_dataFunction · 0.85

Tested by

no test coverage detected