From 4c63c5608d5f567dc62aa6a76e3754e743203812 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Tue, 15 Aug 2023 16:07:48 +0000 Subject: [PATCH] shorten top comment on run.c file --- run.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/run.c b/run.c index fb9a428..6152919 100644 --- a/run.c +++ b/run.c @@ -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 #include