diff options
Diffstat (limited to 'npc.c')
| -rw-r--r-- | npc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ static int execute_prompt_with_context(const ModelConfig *cfg, const char *promp free(prompt_tokens); free(system_prefix); free(out); + llama_sampler_free(smpl); llama_free(ctx); llama_model_free(model); |
