Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings authored Mar 29, 2024
1 parent aa8decb commit 6768138
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 @@ -208,7 +208,7 @@ TorchTune provides well-tested components with a high-bar on correctness. The li
The Llama2 code in this repository is inspired by the original [Llama2 code](https://github.com/meta-llama/llama/blob/main/llama/model.py). We'd also like to give a huge shoutout to some awesome libraries and tools in the ecosystem!

- EleutherAI's [LM Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness)
- HuggingFace for the [Datasets Repository](https://github.com/huggingface/datasets)
- Hugging Face for the [Datasets Repository](https://github.com/huggingface/datasets)
- [gpt-fast](https://github.com/pytorch-labs/gpt-fast) for performant LLM inference techniques which we've adopted OOTB
- [lit-gpt](https://github.com/Lightning-AI/litgpt), [axolotl](https://github.com/OpenAccess-AI-Collective/axolotl), [transformers](https://github.com/huggingface/transformers) and [llama recipes](https://github.com/meta-llama/llama-recipes) for reference implementations and pushing forward the LLM finetuning community
- [bitsandbytes](https://github.com/TimDettmers/bitsandbytes)
Expand Down

0 comments on commit 6768138

Please sign in to comment.