simplify #includes
This commit is contained in:
parent
d06448a06a
commit
59da9696fd
1 changed files with 1 additions and 4 deletions
|
@ -1,13 +1,10 @@
|
||||||
#include "common.h"
|
|
||||||
#include "sampling.h"
|
#include "sampling.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "llama.h"
|
|
||||||
|
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
#ifdef LLAMA_USE_LLGUIDANCE
|
#ifdef LLAMA_USE_LLGUIDANCE
|
||||||
|
|
||||||
# include "llguidance.h"
|
# include "llguidance.h"
|
||||||
|
# include <cmath>
|
||||||
|
|
||||||
struct llama_sampler_llg {
|
struct llama_sampler_llg {
|
||||||
const llama_vocab * vocab;
|
const llama_vocab * vocab;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue