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:
parent
3e21647666
commit
e696cfc016
4 changed files with 3 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "llama-impl.h"
|
||||
#include "llama-vocab.h"
|
||||
#include "llama-sampling.h"
|
||||
#include "llama-sampler.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue