minor : fix compile warnings

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-02-16 13:27:05 +02:00
parent 10d5e21a70
commit 6039d58513
No known key found for this signature in database
GPG key ID: BF970631944C16B7
2 changed files with 1 additions and 2 deletions

View file

@ -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
View file

@ -2086,6 +2086,7 @@ void ggml_numa_init(enum ggml_numa_strategy numa_flag) {
}
}
#else
GGML_UNUSED(numa_flag);
// TODO
#endif
}