From 78ec40b077eed5b943d235cb27a685f3be1c9e9a Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 29 Jun 2023 12:09:53 +0000 Subject: [PATCH] Typo. --- candle-core/examples/llama/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-core/examples/llama/main.rs b/candle-core/examples/llama/main.rs index cc8a8ae9..e936d6b3 100644 --- a/candle-core/examples/llama/main.rs +++ b/candle-core/examples/llama/main.rs @@ -1,4 +1,4 @@ -// An implementation of LLaMA https://github.com/facebookresearch/llama.py +// An implementation of LLaMA https://github.com/facebookresearch/llama // // This is based on nanoGPT in a similar way to: // https://github.com/Lightning-AI/lit-llama/blob/main/lit_llama/model.py