Skip to content

Commit d0ddf94

Browse files
authored
Merge pull request ggml-org#36 from hu-po/patch-1
typo
2 parents 228c4ea + d95c761 commit d0ddf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void matmul(float* xout, float* x, float* w, int n, int d) {
225225

226226
void transformer(int token, int pos, Config* p, RunState* s, TransformerWeights* w) {
227227

228-
// a few convenice variables
228+
// a few convenience variables
229229
float *x = s->x;
230230
int dim = p->dim;
231231
int hidden_dim = p->hidden_dim;

0 commit comments

Comments
 (0)