Skip to content

Commit

Permalink
Mention Lit-GPT in README.md (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Jul 5, 2023
1 parent c3c43b6 commit 03f5d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This implementation builds on [nanoGPT](<https://github.com/karpathy/nanoGPT>).

The open-source code in this repository works with the original LLaMA weights that are distributed by Meta under a [research-only license](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md#model-details).

New Apache 2.0 licensed weights are being released as part of the [Open LLaMA project](https://github.com/openlm-research/open_llama). Both the original research-only weights by Meta and the Open LLaMA weights can be [loaded in Lit-LLaMA](howto/download_weights.md).
New Apache 2.0 licensed weights are being released as part of the [Open LLaMA project](https://github.com/openlm-research/open_llama). To use the Open LLaMA weights or other LLaMA-like checkpoints such as Vicuna, check out the [Lit-GPT repository](https://github.com/Lightning-AI/lit-gpt).

## Why?

Expand Down

0 comments on commit 03f5d5e

Please sign in to comment.