This commit is contained in:
Nicolas Patry
2023-06-29 12:09:53 +00:00
parent de48e6fd59
commit 78ec40b077

View File

@ -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