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

Method ~client

examples/parallel/parallel.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51struct client {
52 ~client() {
53 if (ctx_sampling) {
54 llama_sampling_free(ctx_sampling);
55 }
56 }
57
58 int32_t id = 0;
59

Callers

nothing calls this directly

Calls 1

llama_sampling_freeFunction · 0.85

Tested by

no test coverage detected