Skip to content

Commit

Permalink
Add page with projects from the community
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Apr 15, 2024
1 parent 9103d06 commit c680744
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/community/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Community projects and articles

Publishing examples and articles about Outlines are a meaningful way to contrinute to the community. Here is a list of projects we are aware of. Drop us a line if we forgot yours!

[Chess LLM Arena](https://huggingface.co/spaces/mlabonne/chessllm) is a HuggingFace Space where you can make LLMs compete in a chess match.

[LLM Data Gen](https://huggingface.co/spaces/lhoestq/LLM_DataGen) is a HuggingFace Space that generates synthetic dataset files in JSONLines format.
4 changes: 4 additions & 0 deletions docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Outlines does not use unnecessary abstractions that tend to get in your way. We

And last but not least, unlike alternatives, Outlines' structured generation introduces **no overhead** during inference.



## Who is using Outlines?

Hundreds of organisations and the main LLM serving frameworks ([vLLM][vllm], [TGI][tgi], [LoRAX][lorax], [xinference][xinference], [SGLang][sglang]) are using Outlines. Some of the prominent companies and organizations that are using Outlines include:
Expand Down Expand Up @@ -114,6 +116,8 @@ Hundreds of organisations and the main LLM serving frameworks ([vLLM][vllm], [TG

Organizations are included either because they use Outlines as a dependency in a public repository, or because of direct communication between members of the Outlines team and employees at these organizations.

Make sure to take a look at what the [community is building](community/examples.md)!

## Philosophy

**Outlines** 〰 is a library for neural text generation. You can think of it as a
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,5 @@ nav:
- Feedback 🫶: community/feedback.md
- Chat with us ☕: https://discord.com/invite/R9DSu34mGd
- How to contribute 🏗️: community/contribute.md
- Your projects 👏: community/examples.md
- Blog: blog/index.md

0 comments on commit c680744

Please sign in to comment.