Skip to content

Commit

Permalink
Fix RMS norm in GGML (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulatgs committed Mar 15, 2023
1 parent 6eac39b commit 9b4a15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -9314,6 +9314,7 @@ void ggml_graph_compute(struct ggml_context * ctx, struct ggml_cgraph * cgraph)
node->n_tasks = n_threads;
} break;
case GGML_OP_NORM:
case GGML_OP_RMS_NORM:
{
node->n_tasks = n_threads;
} break;
Expand Down

0 comments on commit 9b4a15b

Please sign in to comment.