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

Function llama_sample_temperature

llama.cpp:8386–8388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8384}
8385
8386void llama_sample_temperature(struct llama_context * ctx, llama_token_data_array * candidates_p, float temp) {
8387 llama_sample_temp(ctx, candidates_p, temp);
8388}
8389
8390void llama_sample_repetition_penalties(
8391 struct llama_context * ctx,

Callers

nothing calls this directly

Calls 1

llama_sample_tempFunction · 0.85

Tested by

no test coverage detected