Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jul 23, 2024
1 parent fc60cdc commit 7888492
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,22 @@ Reproduce and read the full benchmarks [here](https://lightning.ai/docs/litserve
<strong>Toy model:</strong> <a href="#define-a-server">Hello world</a>
<strong>LLMs:</strong> <a href="https://lightning.ai/lightning-ai/studios/openai-fault-tolerant-proxy-server">Llama 3 (8B)</a>, <a href="https://lightning.ai/lightning-ai/studios/deploy-a-voice-clone-api-coqui-xtts-v2-model">LLM Proxy server</a>
<strong>NLP models:</strong> <a href="https://lightning.ai/lightning-ai/studios/deploy-any-hugging-face-model-instantly">Any Hugging face model</a>, <a href="https://lightning.ai/lightning-ai/studios/deploy-a-hugging-face-bert-model">BERT model</a>
<strong>Multimodal:</strong> <a href="https://lightning.ai/lightning-ai/studios/deploy-open-ai-clip-with-litserve">Open AI Clip</a>
<strong>Audio:</strong> <a href="https://lightning.ai/lightning-ai/studios/deploy-open-ai-s-whisper-model">Open AI Whisper</a>, <a href="https://lightning.ai/lightning-ai/studios/deploy-an-music-generation-api-with-meta-s-audio-craft">Meta AudioCraft</a>, <a href="https://lightning.ai/lightning-ai/studios/deploy-an-audio-generation-api">Stable Audio</a>
<strong>Multimodal:</strong> <a href="https://lightning.ai/lightning-ai/studios/deploy-open-ai-clip-with-litserve">OpenAI Clip</a>
<strong>Audio:</strong> <a href="https://lightning.ai/lightning-ai/studios/deploy-open-ai-s-whisper-model">OpenAI Whisper</a>, <a href="https://lightning.ai/lightning-ai/studios/deploy-an-music-generation-api-with-meta-s-audio-craft">AudioCraft</a>, <a href="https://lightning.ai/lightning-ai/studios/deploy-an-audio-generation-api">Stable Audio</a>
<strong>Vision:</strong> <a href="https://lightning.ai/lightning-ai/studios/deploy-a-private-api-for-stable-diffusion-2">Stable diffusion 2</a>
<strong>Speech:</strong> <a href="https://lightning.ai/lightning-ai/studios/deploy-a-voice-clone-api-coqui-xtts-v2-model">Text-speech (XTTS V2)</a>
</pre>
</td>
<td style="vertical-align: top;">
✅ Supports all models<br>
✅ All ML frameworks<br>
✅ Developer friendly<br>
✅ Minimal interface<br>
✅ Enterprise scale<br>
✅ Auto GPU scaling<br>
✅ Self host or run on ⚡️ Studios<br>
<pre>
✅ <strong>All models: </strong> LLMs, etc
✅ <strong>All ML frameworks: </strong> PyTorch, Jax, sklearn, ...
✅ <strong>Developer friendly:</strong> focus on AI, not infra
✅ <strong>Minimal interface: </strong> no abstractions
✅ <strong>Enterprise scale: </strong> Scale huge models
✅ <strong>Auto GPU scaling: </strong> Zero code changes
✅ <strong>Run anywhere: </strong> Self host or run on ⚡️ Studios
</pre>
</td>
</tr>
</table>
Expand Down

0 comments on commit 7888492

Please sign in to comment.