From 81ec9017fc63e9a8ccbb3069d67346de2b46ec15 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Tue, 7 May 2024 18:44:51 +0800 Subject: [PATCH] llama2-c README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e741c15..9c033c38 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The `_demo` directory contains our demos (it start with `_` to prevent the `go` * [concat](_demo/concat/concat.go): call C fprintf with stderr, and Go variadic function * [qsort](_demo/qsort/qsort.go): call C function with a callback (eg. qsort) * [genints](_demo/genints/genints.go): various forms of closure usage (including C function, recv.method and anonymous function) -* [llama2-c](_demo/llama2-c/run.go): inference Llama 2 (It's the first llgo AI example) +* [llama2-c](_demo/llama2-c): inference Llama 2 (It's the first llgo AI example) ### How to run demos