diff options
Diffstat (limited to 'candle-core/examples/llama/main.rs')
-rw-r--r-- | candle-core/examples/llama/main.rs | 2 |
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 |