shithub: util

Download patch

ref: fb96cdcca9643a613d602450f8dc530db713f682
parent: f648c7322860643fbf38d520c39c13e23ed23f71
author: eli <eli@owl>
date: Fri Jul 11 22:05:42 EDT 2025

github.com/karpathy/llama2.c

--- a/llama2.c
+++ b/llama2.c
@@ -1,4 +1,5 @@
 /* Inference for Llama-2 Transformer model in pure C */
+/* github.com/karpathy/llama2.c */
 
 #include <u.h>
 #include <libc.h>
--