mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 19:31:48 +00:00
GLU, not GPU
This commit is contained in:
@@ -4236,7 +4236,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
|
|||||||
"CROSS_ENTROPY_LOSS",
|
"CROSS_ENTROPY_LOSS",
|
||||||
"CROSS_ENTROPY_LOSS_BACK",
|
"CROSS_ENTROPY_LOSS_BACK",
|
||||||
|
|
||||||
"GPU",
|
"GLU",
|
||||||
};
|
};
|
||||||
|
|
||||||
static_assert(GGML_OP_COUNT == 86, "GGML_OP_COUNT != 86");
|
static_assert(GGML_OP_COUNT == 86, "GGML_OP_COUNT != 86");
|
||||||
|
|||||||
Reference in New Issue
Block a user