Skip to content

Commit

Permalink
Minor cosmetic and typo fixed in README.md (Lightning-AI#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Mar 17, 2024
1 parent 396bae5 commit c519096
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ helping democratize AI for millions of developers and researchers worldwide.
Using TPUs with Lightning is as straightforward as changing one line of code.
We provide scripts fully optimized for TPUs in the [XLA directory](xla)
We provide scripts fully optimized for TPUs in the [XLA directory](xla).
Expand All @@ -366,16 +366,17 @@ This implementation extends on [Lit-LLaMA](https://github.com/lightning-AI/lit-l
## Community showcase
Checkout the projects below using and building on LitGPT. If you have a project you'd like to add to our this section, please don't hestiate to open a pull request.
Check out the projects below using and building on LitGPT. If you have a project you'd like to add to this section, please don't hestiate to open a pull request.
 
**🏆 NeurIPS 2023 Large Language Model Efficiency Challenge: 1 LLM + 1 GPU + 1 Day**
The LitGPT repository was the official starter kit for the [NeurIPS 2023 LLM Efficiency Challenge](https://llm-efficiency-challenge.github.io), which is a competition focused on finetuning an existing non-instruction tuned LLM for 24 hours on a single GPU.
 
**TinyLlama: An Open-Source Small Language Model**
**🦙 TinyLlama: An Open-Source Small Language Model**
LitGPT powered the [TinyLlama project](https://github.com/jzhang38/TinyLlama) and [TinyLlama: An Open-Source Small Language Model](https://arxiv.org/abs/2401.02385) research paper.
Expand Down

0 comments on commit c519096

Please sign in to comment.