* installing *source* package ‘edgemodelr’ ...
** this is package ‘edgemodelr’ version ‘0.4.3’
** package ‘edgemodelr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++ (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/edgemodelr/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -fPIC -c bindings.cpp -o bindings.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -fPIC -c RcppExports.cpp -o RcppExports.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml.c -o ggml/ggml.o
ggml/ggml.c: In function ‘ggml_graph_dump_dot_node_edge’:
ggml/ggml.c:7405:26: warning: unused variable ‘gparent0’ [-Wunused-variable]
7405 | struct ggml_tensor * gparent0 = ggml_graph_get_parent(gb, parent);
| ^~~~~~~~
ggml/ggml.c:7404:26: warning: unused variable ‘gparent’ [-Wunused-variable]
7404 | struct ggml_tensor * gparent = ggml_graph_get_parent(gb, node);
| ^~~~~~~
ggml/ggml.c: At top level:
ggml/ggml.c:6236:13: warning: ‘ggml_hash_map_free’ defined but not used [-Wunused-function]
6236 | static void ggml_hash_map_free(struct hash_map * map) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml.c:6229:26: warning: ‘ggml_new_hash_map’ defined but not used [-Wunused-function]
6229 | static struct hash_map * ggml_new_hash_map(size_t size) {
| ^~~~~~~~~~~~~~~~~
ggml/ggml.c:148:13: warning: ‘ggml_print_backtrace_symbols’ defined but not used [-Wunused-function]
148 | static void ggml_print_backtrace_symbols(void) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ggml/ggml.c:6:
ggml/ggml-impl.h:298:15: warning: ‘ggml_hash_find_or_insert’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:272:13: warning: ‘ggml_hash_contains’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:156:14: warning: ‘ggml_get_op_params_f32’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:88:13: warning: ‘ggml_op_is_empty’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:73:13: warning: ‘ggml_are_same_layout’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml-alloc.c -o ggml/ggml-alloc.o
ggml/ggml-alloc.c:104:13: warning: ‘ggml_buffer_address_less’ defined but not used [-Wunused-function]
104 | static bool ggml_buffer_address_less(struct buffer_address a, struct buffer_address b) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ggml/ggml-alloc.c:4:
ggml/ggml-impl.h:277:15: warning: ‘ggml_hash_insert’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:272:13: warning: ‘ggml_hash_contains’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:203:15: warning: ‘ggml_bitset_size’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:166:13: warning: ‘ggml_set_op_params_f32’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:161:13: warning: ‘ggml_set_op_params_i32’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:156:14: warning: ‘ggml_get_op_params_f32’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:151:16: warning: ‘ggml_get_op_params_i32’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:145:13: warning: ‘ggml_set_op_params’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:88:13: warning: ‘ggml_op_is_empty’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/gguf.cpp -o ggml/gguf.o
In file included from ggml/gguf.cpp:3:
ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-backend.cpp -o ggml/ggml-backend.o
In file included from ggml/ggml-backend.cpp:14:
ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-backend-reg.cpp -o ggml/ggml-backend-reg.o
In file included from ggml/ggml-backend-reg.cpp:25:
ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-backend-dl.cpp -o ggml/ggml-backend-dl.o
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml-quants.c -o ggml/ggml-quants.o
ggml/ggml-quants.c: In function ‘iq1_find_best_neighbour’:
ggml/ggml-quants.c:4130:30: warning: variable ‘sumq2’ set but not used [-Wunused-but-set-variable=]
4130 | float sumqx = 0, sumq2 = 0;
| ^~~~~
ggml/ggml-quants.c:4130:19: warning: variable ‘sumqx’ set but not used [-Wunused-but-set-variable=]
4130 | float sumqx = 0, sumq2 = 0;
| ^~~~~
ggml/ggml-quants.c: In function ‘iq1_find_best_neighbour2’:
ggml/ggml-quants.c:4190:30: warning: variable ‘sumq2’ set but not used [-Wunused-but-set-variable=]
4190 | float sumqx = 0, sumq2 = 0;
| ^~~~~
ggml/ggml-quants.c:4190:19: warning: variable ‘sumqx’ set but not used [-Wunused-but-set-variable=]
4190 | float sumqx = 0, sumq2 = 0;
| ^~~~~
ggml/ggml-quants.c: At top level:
ggml/ggml-quants.c:4089:12: warning: ‘iq1_find_best_neighbour’ defined but not used [-Wunused-function]
4089 | static int iq1_find_best_neighbour(const uint16_t * GGML_RESTRICT neighbours, const uint64_t * GGML_RESTRICT grid,
| ^~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-quants.c:600:14: warning: ‘make_qkx1_quants’ defined but not used [-Wunused-function]
600 | static float make_qkx1_quants(int n, int nmax, const float * GGML_RESTRICT x, uint8_t * GGML_RESTRICT L, float * GGML_RESTRICT the_min,
| ^~~~~~~~~~~~~~~~
In file included from ggml/ggml-quants.c:5:
ggml/ggml-impl.h:298:15: warning: ‘ggml_hash_find_or_insert’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:277:15: warning: ‘ggml_hash_insert’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:272:13: warning: ‘ggml_hash_contains’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:203:15: warning: ‘ggml_bitset_size’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:166:13: warning: ‘ggml_set_op_params_f32’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:161:13: warning: ‘ggml_set_op_params_i32’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:156:14: warning: ‘ggml_get_op_params_f32’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:151:16: warning: ‘ggml_get_op_params_i32’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:145:13: warning: ‘ggml_set_op_params’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:88:13: warning: ‘ggml_op_is_empty’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:73:13: warning: ‘ggml_are_same_layout’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-threading.cpp -o ggml/ggml-threading.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-opt.cpp -o ggml/ggml-opt.o
ggml/ggml-opt.cpp: In function ‘void ggml_opt_epoch_callback_progress_bar(bool, ggml_opt_context_t, ggml_opt_dataset_t, ggml_opt_result_t, int64_t, int64_t, int64_t)’:
ggml/ggml-opt.cpp:983:19: warning: unused variable ‘idata’ [-Wunused-variable]
983 | const int64_t idata = ibatch*batch_size;
| ^~~~~
ggml/ggml-opt.cpp:984:19: warning: unused variable ‘idata_max’ [-Wunused-variable]
984 | const int64_t idata_max = ibatch_max*batch_size;
| ^~~~~~~~~
In file included from ggml/ggml-opt.cpp:6:
ggml/ggml-impl.h: At global scope:
ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-adapter.cpp -o llama/llama-adapter.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-arch.cpp -o llama/llama-arch.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-batch.cpp -o llama/llama-batch.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-chat.cpp -o llama/llama-chat.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-context.cpp -o llama/llama-context.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-cparams.cpp -o llama/llama-cparams.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-grammar.cpp -o llama/llama-grammar.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-graph.cpp -o llama/llama-graph.o
llama/llama-grammar.cpp:264:13: warning: ‘void print_rule_binary(FILE*, const llama_grammar_rule&)’ defined but not used [-Wunused-function]
264 | static void print_rule_binary(FILE * file, const llama_grammar_rule & rule) {
| ^~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-hparams.cpp -o llama/llama-hparams.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-impl.cpp -o llama/llama-impl.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-io.cpp -o llama/llama-io.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-kv-cache-iswa.cpp -o llama/llama-kv-cache-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-kv-cache.cpp -o llama/llama-kv-cache.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory-hybrid.cpp -o llama/llama-memory-hybrid.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory-hybrid-iswa.cpp -o llama/llama-memory-hybrid-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory-recurrent.cpp -o llama/llama-memory-recurrent.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory.cpp -o llama/llama-memory.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-mmap.cpp -o llama/llama-mmap.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-model-loader.cpp -o llama/llama-model-loader.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-model-saver.cpp -o llama/llama-model-saver.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-model.cpp -o llama/llama-model.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-quant.cpp -o llama/llama-quant.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-sampler.cpp -o llama/llama-sampler.o
llama/llama-sampler.cpp: In function ‘int llama_sample_dist(llama_token_data_array*, std::mt19937&)’:
llama/llama-sampler.cpp:225:41: warning: typedef ‘llama_sample_dist(llama_token_data_array*, std::mt19937&)::probs_iterator::iterator_category’ locally defined but not used [-Wunused-local-typedefs]
225 | typedef std::input_iterator_tag iterator_category;
| ^~~~~~~~~~~~~~~~~
llama/llama-sampler.cpp:226:23: warning: typedef ‘llama_sample_dist(llama_token_data_array*, std::mt19937&)::probs_iterator::value_type’ locally defined but not used [-Wunused-local-typedefs]
226 | typedef float value_type;
| ^~~~~~~~~~
llama/llama-sampler.cpp:227:25: warning: typedef ‘llama_sample_dist(llama_token_data_array*, std::mt19937&)::probs_iterator::pointer’ locally defined but not used [-Wunused-local-typedefs]
227 | typedef float * pointer;
| ^~~~~~~
llama/llama-sampler.cpp:228:25: warning: typedef ‘llama_sample_dist(llama_token_data_array*, std::mt19937&)::probs_iterator::reference’ locally defined but not used [-Wunused-local-typedefs]
228 | typedef float & reference;
| ^~~~~~~~~
llama/llama-sampler.cpp:229:27: warning: typedef ‘llama_sample_dist(llama_token_data_array*, std::mt19937&)::probs_iterator::difference_type’ locally defined but not used [-Wunused-local-typedefs]
229 | typedef ptrdiff_t difference_type;
| ^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-vocab.cpp -o llama/llama-vocab.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama.cpp -o llama/llama.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/unicode-data.cpp -o llama/unicode-data.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/unicode.cpp -o llama/unicode.o
llama/unicode.cpp:22:20: warning: ‘std::string unicode_cpts_to_utf8(const std::vector<unsigned int>&)’ defined but not used [-Wunused-function]
22 | static std::string unicode_cpts_to_utf8(const std::vector<uint32_t> & cps) {
| ^~~~~~~~~~~~~~~~~~~~
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml-cpu/ggml-cpu.c -o ggml/ggml-cpu/ggml-cpu-c.o
ggml/ggml-cpu/ggml-cpu.c:745:13: warning: ‘ggml_init_riscv_arch_features’ defined but not used [-Wunused-function]
745 | static void ggml_init_riscv_arch_features(void) {}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6,
from ggml/ggml-cpu/traits.h:3,
from ggml/ggml-cpu/ggml-cpu.c:12:
./ggml/ggml-impl.h:298:15: warning: ‘ggml_hash_find_or_insert’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘ggml_hash_insert’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘ggml_hash_contains’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘ggml_bitset_size’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘ggml_set_op_params_f32’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘ggml_set_op_params_i32’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:156:14: warning: ‘ggml_get_op_params_f32’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘ggml_set_op_params’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘ggml_are_same_layout’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/ggml-cpu.cpp -o ggml/ggml-cpu/ggml-cpu-cpp.o
In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6,
from ggml/ggml-cpu/traits.h:3,
from ggml/ggml-cpu/repack.h:6,
from ggml/ggml-cpu/ggml-cpu.cpp:4:
./ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/ops.cpp -o ggml/ggml-cpu/ops.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/binary-ops.cpp -o ggml/ggml-cpu/binary-ops.o
In file included from ggml/ggml-cpu/ops.cpp:4:
./ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6,
from ggml/ggml-cpu/traits.h:3,
from ggml/ggml-cpu/common.h:4,
from ggml/ggml-cpu/binary-ops.h:3,
from ggml/ggml-cpu/binary-ops.cpp:1:
./ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/unary-ops.cpp -o ggml/ggml-cpu/unary-ops.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/vec.cpp -o ggml/ggml-cpu/vec.o
In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6,
from ggml/ggml-cpu/traits.h:3,
from ggml/ggml-cpu/common.h:4,
from ggml/ggml-cpu/unary-ops.h:3,
from ggml/ggml-cpu/unary-ops.cpp:1:
./ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
In file included from ggml/ggml-cpu/vec.h:5,
from ggml/ggml-cpu/vec.cpp:1:
./ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/traits.cpp -o ggml/ggml-cpu/traits.o
In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6,
from ggml/ggml-cpu/traits.h:3,
from ggml/ggml-cpu/traits.cpp:1:
./ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/repack.cpp -o ggml/ggml-cpu/repack.o
In file included from ggml/ggml-cpu/repack.cpp:6:
./ggml/ggml-impl.h:298:15: warning: ‘size_t ggml_hash_find_or_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘size_t ggml_hash_insert(ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘bool ggml_hash_contains(const ggml_hash_set*, ggml_tensor*)’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘size_t ggml_bitset_size(size_t)’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘void ggml_set_op_params_f32(ggml_tensor*, uint32_t, float)’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘void ggml_set_op_params_i32(ggml_tensor*, uint32_t, int32_t)’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:156:14: warning: ‘float ggml_get_op_params_f32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:151:16: warning: ‘int32_t ggml_get_op_params_i32(const ggml_tensor*, uint32_t)’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘void ggml_set_op_params(ggml_tensor*, const void*, size_t)’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘bool ggml_op_is_empty(ggml_op)’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘bool ggml_are_same_layout(const ggml_tensor*, const ggml_tensor*)’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/quants.c -o ggml/ggml-cpu/quants.o
In file included from ggml/ggml-cpu/ggml-cpu-impl.h:6,
from ggml/ggml-cpu/quants.c:4:
./ggml/ggml-impl.h:298:15: warning: ‘ggml_hash_find_or_insert’ defined but not used [-Wunused-function]
298 | static size_t ggml_hash_find_or_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:277:15: warning: ‘ggml_hash_insert’ defined but not used [-Wunused-function]
277 | static size_t ggml_hash_insert(struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:272:13: warning: ‘ggml_hash_contains’ defined but not used [-Wunused-function]
272 | static bool ggml_hash_contains(const struct ggml_hash_set * hash_set, struct ggml_tensor * key) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:203:15: warning: ‘ggml_bitset_size’ defined but not used [-Wunused-function]
203 | static size_t ggml_bitset_size(size_t n) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:166:13: warning: ‘ggml_set_op_params_f32’ defined but not used [-Wunused-function]
166 | static void ggml_set_op_params_f32(struct ggml_tensor * tensor, uint32_t i, float value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:161:13: warning: ‘ggml_set_op_params_i32’ defined but not used [-Wunused-function]
161 | static void ggml_set_op_params_i32(struct ggml_tensor * tensor, uint32_t i, int32_t value) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:156:14: warning: ‘ggml_get_op_params_f32’ defined but not used [-Wunused-function]
156 | static float ggml_get_op_params_f32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:151:16: warning: ‘ggml_get_op_params_i32’ defined but not used [-Wunused-function]
151 | static int32_t ggml_get_op_params_i32(const struct ggml_tensor * tensor, uint32_t i) {
| ^~~~~~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:145:13: warning: ‘ggml_set_op_params’ defined but not used [-Wunused-function]
145 | static void ggml_set_op_params(struct ggml_tensor * tensor, const void * params, size_t params_size) {
| ^~~~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:88:13: warning: ‘ggml_op_is_empty’ defined but not used [-Wunused-function]
88 | static bool ggml_op_is_empty(enum ggml_op op) {
| ^~~~~~~~~~~~~~~~
./ggml/ggml-impl.h:73:13: warning: ‘ggml_are_same_layout’ defined but not used [-Wunused-function]
73 | static bool ggml_are_same_layout(const struct ggml_tensor * a, const struct ggml_tensor * b) {
| ^~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c simd_info.cpp -o simd_info.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/afmoe.cpp -o llama/models/afmoe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/apertus.cpp -o llama/models/apertus.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/arcee.cpp -o llama/models/arcee.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/arctic.cpp -o llama/models/arctic.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/arwkv7.cpp -o llama/models/arwkv7.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/baichuan.cpp -o llama/models/baichuan.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bailingmoe.cpp -o llama/models/bailingmoe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bailingmoe2.cpp -o llama/models/bailingmoe2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bert.cpp -o llama/models/bert.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bitnet.cpp -o llama/models/bitnet.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bloom.cpp -o llama/models/bloom.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/chameleon.cpp -o llama/models/chameleon.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/chatglm.cpp -o llama/models/chatglm.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/codeshell.cpp -o llama/models/codeshell.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/cogvlm.cpp -o llama/models/cogvlm.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/cohere2-iswa.cpp -o llama/models/cohere2-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/command-r.cpp -o llama/models/command-r.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/dbrx.cpp -o llama/models/dbrx.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/deci.cpp -o llama/models/deci.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/deepseek.cpp -o llama/models/deepseek.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/deepseek2.cpp -o llama/models/deepseek2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/delta-net-base.cpp -o llama/models/delta-net-base.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/dots1.cpp -o llama/models/dots1.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/dream.cpp -o llama/models/dream.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/ernie4-5-moe.cpp -o llama/models/ernie4-5-moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/ernie4-5.cpp -o llama/models/ernie4-5.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/eurobert.cpp -o llama/models/eurobert.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/exaone-moe.cpp -o llama/models/exaone-moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/exaone.cpp -o llama/models/exaone.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/exaone4.cpp -o llama/models/exaone4.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/falcon-h1.cpp -o llama/models/falcon-h1.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/falcon.cpp -o llama/models/falcon.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma-embedding.cpp -o llama/models/gemma-embedding.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma.cpp -o llama/models/gemma.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma2-iswa.cpp -o llama/models/gemma2-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma3.cpp -o llama/models/gemma3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma3n-iswa.cpp -o llama/models/gemma3n-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/glm4-moe.cpp -o llama/models/glm4-moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/glm4.cpp -o llama/models/glm4.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gpt2.cpp -o llama/models/gpt2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gptneox.cpp -o llama/models/gptneox.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/granite-hybrid.cpp -o llama/models/granite-hybrid.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/granite.cpp -o llama/models/granite.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/grok.cpp -o llama/models/grok.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/grovemoe.cpp -o llama/models/grovemoe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/hunyuan-dense.cpp -o llama/models/hunyuan-dense.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/hunyuan-moe.cpp -o llama/models/hunyuan-moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/internlm2.cpp -o llama/models/internlm2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/jais.cpp -o llama/models/jais.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/jais2.cpp -o llama/models/jais2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/jamba.cpp -o llama/models/jamba.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/kimi-linear.cpp -o llama/models/kimi-linear.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/lfm2.cpp -o llama/models/lfm2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llada-moe.cpp -o llama/models/llada-moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llada.cpp -o llama/models/llada.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llama-iswa.cpp -o llama/models/llama-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llama.cpp -o llama/models/llama.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/maincoder.cpp -o llama/models/maincoder.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mamba-base.cpp -o llama/models/mamba-base.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mamba.cpp -o llama/models/mamba.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mimo2-iswa.cpp -o llama/models/mimo2-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/minicpm3.cpp -o llama/models/minicpm3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/minimax-m2.cpp -o llama/models/minimax-m2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mistral3.cpp -o llama/models/mistral3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/modern-bert.cpp -o llama/models/modern-bert.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mpt.cpp -o llama/models/mpt.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/nemotron-h.cpp -o llama/models/nemotron-h.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/nemotron.cpp -o llama/models/nemotron.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/neo-bert.cpp -o llama/models/neo-bert.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/olmo.cpp -o llama/models/olmo.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/olmo2.cpp -o llama/models/olmo2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/olmoe.cpp -o llama/models/olmoe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/openai-moe-iswa.cpp -o llama/models/openai-moe-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/openelm.cpp -o llama/models/openelm.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/orion.cpp -o llama/models/orion.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/paddleocr.cpp -o llama/models/paddleocr.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/pangu-embedded.cpp -o llama/models/pangu-embedded.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/phi2.cpp -o llama/models/phi2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/phi3.cpp -o llama/models/phi3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plamo.cpp -o llama/models/plamo.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plamo2.cpp -o llama/models/plamo2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plamo3.cpp -o llama/models/plamo3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plm.cpp -o llama/models/plm.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen.cpp -o llama/models/qwen.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen2.cpp -o llama/models/qwen2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen2moe.cpp -o llama/models/qwen2moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen2vl.cpp -o llama/models/qwen2vl.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3.cpp -o llama/models/qwen3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen35.cpp -o llama/models/qwen35.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen35moe.cpp -o llama/models/qwen35moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3moe.cpp -o llama/models/qwen3moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3next.cpp -o llama/models/qwen3next.o
llama/models/qwen3next.cpp:82:22: warning: ‘ggml_tensor* get_slice_2d(ggml_context*, ggml_tensor*, int64_t)’ defined but not used [-Wunused-function]
82 | static ggml_tensor * get_slice_2d(ggml_context * ctx0, ggml_tensor * t, int64_t c) {
| ^~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3vl-moe.cpp -o llama/models/qwen3vl-moe.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3vl.cpp -o llama/models/qwen3vl.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/refact.cpp -o llama/models/refact.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rnd1.cpp -o llama/models/rnd1.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv6-base.cpp -o llama/models/rwkv6-base.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv6.cpp -o llama/models/rwkv6.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv6qwen2.cpp -o llama/models/rwkv6qwen2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv7-base.cpp -o llama/models/rwkv7-base.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv7.cpp -o llama/models/rwkv7.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/seed-oss.cpp -o llama/models/seed-oss.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/smallthinker.cpp -o llama/models/smallthinker.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/smollm3.cpp -o llama/models/smollm3.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/stablelm.cpp -o llama/models/stablelm.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/starcoder.cpp -o llama/models/starcoder.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/starcoder2.cpp -o llama/models/starcoder2.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/step35-iswa.cpp -o llama/models/step35-iswa.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/t5-dec.cpp -o llama/models/t5-dec.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/t5-enc.cpp -o llama/models/t5-enc.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/wavtokenizer-dec.cpp -o llama/models/wavtokenizer-dec.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DNDEBUG -DGGML_USE_CPU -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/xverse.cpp -o llama/models/xverse.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o edgemodelr.so bindings.o RcppExports.o ggml/ggml.o ggml/ggml-alloc.o ggml/gguf.o ggml/ggml-backend.o ggml/ggml-backend-reg.o ggml/ggml-backend-dl.o ggml/ggml-quants.o ggml/ggml-threading.o ggml/ggml-opt.o llama/llama-adapter.o llama/llama-arch.o llama/llama-batch.o llama/llama-chat.o llama/llama-context.o llama/llama-cparams.o llama/llama-grammar.o llama/llama-graph.o llama/llama-hparams.o llama/llama-impl.o llama/llama-io.o llama/llama-kv-cache-iswa.o llama/llama-kv-cache.o llama/llama-memory-hybrid.o llama/llama-memory-hybrid-iswa.o llama/llama-memory-recurrent.o llama/llama-memory.o llama/llama-mmap.o llama/llama-model-loader.o llama/llama-model-saver.o llama/llama-model.o llama/llama-quant.o llama/llama-sampler.o llama/llama-vocab.o llama/llama.o llama/unicode-data.o llama/unicode.o ggml/ggml-cpu/ggml-cpu-c.o ggml/ggml-cpu/ggml-cpu-cpp.o ggml/ggml-cpu/ops.o ggml/ggml-cpu/binary-ops.o ggml/ggml-cpu/unary-ops.o ggml/ggml-cpu/vec.o ggml/ggml-cpu/traits.o ggml/ggml-cpu/repack.o ggml/ggml-cpu/quants.o simd_info.o llama/models/afmoe.o llama/models/apertus.o llama/models/arcee.o llama/models/arctic.o llama/models/arwkv7.o llama/models/baichuan.o llama/models/bailingmoe.o llama/models/bailingmoe2.o llama/models/bert.o llama/models/bitnet.o llama/models/bloom.o llama/models/chameleon.o llama/models/chatglm.o llama/models/codeshell.o llama/models/cogvlm.o llama/models/cohere2-iswa.o llama/models/command-r.o llama/models/dbrx.o llama/models/deci.o llama/models/deepseek.o llama/models/deepseek2.o llama/models/delta-net-base.o llama/models/dots1.o llama/models/dream.o llama/models/ernie4-5-moe.o llama/models/ernie4-5.o llama/models/eurobert.o llama/models/exaone-moe.o llama/models/exaone.o llama/models/exaone4.o llama/models/falcon-h1.o llama/models/falcon.o llama/models/gemma-embedding.o llama/models/gemma.o llama/models/gemma2-iswa.o llama/models/gemma3.o llama/models/gemma3n-iswa.o llama/models/glm4-moe.o llama/models/glm4.o llama/models/gpt2.o llama/models/gptneox.o llama/models/granite-hybrid.o llama/models/granite.o llama/models/grok.o llama/models/grovemoe.o llama/models/hunyuan-dense.o llama/models/hunyuan-moe.o llama/models/internlm2.o llama/models/jais.o llama/models/jais2.o llama/models/jamba.o llama/models/kimi-linear.o llama/models/lfm2.o llama/models/llada-moe.o llama/models/llada.o llama/models/llama-iswa.o llama/models/llama.o llama/models/maincoder.o llama/models/mamba-base.o llama/models/mamba.o llama/models/mimo2-iswa.o llama/models/minicpm3.o llama/models/minimax-m2.o llama/models/mistral3.o llama/models/modern-bert.o llama/models/mpt.o llama/models/nemotron-h.o llama/models/nemotron.o llama/models/neo-bert.o llama/models/olmo.o llama/models/olmo2.o llama/models/olmoe.o llama/models/openai-moe-iswa.o llama/models/openelm.o llama/models/orion.o llama/models/paddleocr.o llama/models/pangu-embedded.o llama/models/phi2.o llama/models/phi3.o llama/models/plamo.o llama/models/plamo2.o llama/models/plamo3.o llama/models/plm.o llama/models/qwen.o llama/models/qwen2.o llama/models/qwen2moe.o llama/models/qwen2vl.o llama/models/qwen3.o llama/models/qwen35.o llama/models/qwen35moe.o llama/models/qwen3moe.o llama/models/qwen3next.o llama/models/qwen3vl-moe.o llama/models/qwen3vl.o llama/models/refact.o llama/models/rnd1.o llama/models/rwkv6-base.o llama/models/rwkv6.o llama/models/rwkv6qwen2.o llama/models/rwkv7-base.o llama/models/rwkv7.o llama/models/seed-oss.o llama/models/smallthinker.o llama/models/smollm3.o llama/models/stablelm.o llama/models/starcoder.o llama/models/starcoder2.o llama/models/step35-iswa.o llama/models/t5-dec.o llama/models/t5-enc.o llama/models/wavtokenizer-dec.o llama/models/xverse.o -llapack -L/data/localhost/ripley/R/R-devel/lib -lRblas -lgfortran -lm -latomic_asneeded -lquadmath
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/edgemodelr/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/edgemodelr/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/edgemodelr/src'
installing to /data/localhost/ripley/R/packages/tests-devel/edgemodelr.Rcheck/00LOCK-edgemodelr/00new/edgemodelr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (edgemodelr)