Skip to content

Commit

Permalink
shorten top comment on run.c file
Browse files Browse the repository at this point in the history
  • Loading branch information
karpathy committed Aug 15, 2023
1 parent a47f9b3 commit 4c63c56
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions run.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
/*
Inference for Llama-2 Transformer model in pure C.
Example compile: (see README for more details)
$ gcc -O3 -o run run.c -lm
Then run with:
$ ./run
*/
/* Inference for Llama-2 Transformer model in pure C */

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 4c63c56

Please sign in to comment.