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 <thread>
|
||||
|
||||
static const size_t tensor_alignment = 32;
|
||||
|
||||
struct lora_info {
|
||||
std::string filename;
|
||||
float scale;
|
||||
|
|
1
ggml.c
1
ggml.c
|
@ -2086,6 +2086,7 @@ void ggml_numa_init(enum ggml_numa_strategy numa_flag) {
|
|||
}
|
||||
}
|
||||
#else
|
||||
GGML_UNUSED(numa_flag);
|
||||
// TODO
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue