summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-06-29 12:09:53 +0000
committerNicolas Patry <patry.nicolas@protonmail.com>2023-06-29 12:09:53 +0000
commit78ec40b077eed5b943d235cb27a685f3be1c9e9a (patch)
treeab470c97349a85600844854e7d71ba4a480fa576
parentde48e6fd59ea23eeb1e9393bc2dc91e56ae1be09 (diff)
downloadcandle-78ec40b077eed5b943d235cb27a685f3be1c9e9a.tar.gz
candle-78ec40b077eed5b943d235cb27a685f3be1c9e9a.tar.bz2
candle-78ec40b077eed5b943d235cb27a685f3be1c9e9a.zip
Typo.
-rw-r--r--candle-core/examples/llama/main.rs2
1 files changed, 1 insertions, 1 deletions
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