mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 01:54:37 +00:00
fixed compile issues for ci
This commit is contained in:
parent
1ee5f355d4
commit
1aff35524d
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <random>
|
#include <random>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include "common.h"
|
|
||||||
#include "ggml_v3.h"
|
#include "ggml_v3.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue