shorten top comment on run.c file
This commit is contained in:
@@ -1,12 +1,4 @@
|
|||||||
/*
|
/* Inference for Llama-2 Transformer model in pure C */
|
||||||
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
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user