shorten top comment on run.c file

This commit is contained in:
Andrej Karpathy
2023-08-15 16:07:48 +00:00
parent a47f9b3969
commit 4c63c5608d
+1 -9
View File
@@ -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>