llama : rename llama-sampling to llama-sampler (#19363)

This commit addresses the TODO in llama-sampling.h to rename that header
and the implementation to llama-sampler.
This commit is contained in:
Daniel Bevenius
2026-02-06 07:26:54 +01:00
committed by GitHub
parent 3e21647666
commit e696cfc016
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "llama-impl.h"
#include "llama-vocab.h"
#include "llama-sampling.h"
#include "llama-sampler.h"
#include <cmath>
#include <algorithm>