Skip to content

Commit ec89eb0

Browse files
authored
Add Acknowledgements (#613)
1 parent 8245523 commit ec89eb0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,18 @@ TorchTune provides well-tested components with a high-bar on correctness. The li
205205

206206
 
207207

208+
## Acknowledgements
209+
210+
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 ecosystems!
211+
212+
- EleutherAI's [LM Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness)
213+
- Hugging Face for the [Datasets Repository](https://github.com/huggingface/datasets)
214+
- [gpt-fast](https://github.com/pytorch-labs/gpt-fast) for performant LLM inference techniques which we've adopted OOTB
215+
- [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
216+
- [bitsandbytes](https://github.com/TimDettmers/bitsandbytes)
217+
218+
 
219+
208220
## Contributing
209221

210222
We welcome any feature requests, bug reports, or pull requests from the community. See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.

0 commit comments

Comments
 (0)