Skip to content

Commit 419052e

Browse files
committed
minor change
ggml-ci
1 parent 45451e2 commit 419052e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-amx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ ggml_backend_reg_t ggml_backend_amx_reg(void) {
446446

447447
#else // if defined(__AMX_INT8__)
448448

449-
ggml_backend_t ggml_backend_amx_init(int n_threads) {
449+
ggml_backend_t ggml_backend_amx_init(void) {
450450
fprintf(stderr, "GGML is not compiled with AMX support!\n");
451451
return ggml_backend_t{};
452452

0 commit comments

Comments
 (0)