Skip to content

Commit

Permalink
Link to Lit-GPT for LLaMA 2 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Jul 19, 2023
1 parent 03f5d5e commit da71ade
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ 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). 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).
## Looking for LLaMA 2?

Meta AI has since released LLaMA 2. Additionally, new Apache 2.0 licensed weights are being released as part of the [Open LLaMA project](https://github.com/openlm-research/open_llama).

To run LLaMA 2 weights, Open LLaMA weights, or Vicuna weights (among other LLaMA-like checkpoints), **check out the [Lit-GPT repository](https://github.com/Lightning-AI/lit-gpt)**.

## Why?

Expand Down

0 comments on commit da71ade

Please sign in to comment.