minor : fix compile warnings
ggml-ci
This commit is contained in:
parent
10d5e21a70
commit
6039d58513
2 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
static const size_t tensor_alignment = 32;
|
|
||||||
|
|
||||||
struct lora_info {
|
struct lora_info {
|
||||||
std::string filename;
|
std::string filename;
|
||||||
float scale;
|
float scale;
|
||||||
|
|
1
ggml.c
1
ggml.c
|
@ -2086,6 +2086,7 @@ void ggml_numa_init(enum ggml_numa_strategy numa_flag) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
GGML_UNUSED(numa_flag);
|
||||||
// TODO
|
// TODO
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue