Skip to content

Commit

Permalink
Add companies using Outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Apr 1, 2024
1 parent ebf2d6d commit c549b1f
Show file tree
Hide file tree
Showing 26 changed files with 66 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ hide:
<h2 class="subtitle">Robust prompting & (structured) text generation</h2>
[:fontawesome-solid-bolt: Get started](welcome.md){ .md-button .md-button--primary }
[:fontawesome-brands-discord: Join the Community](https://discord.gg/ZxBxyWmW5n){ .md-button }
[:fontawesome-solid-wifi: API](https://form.typeform.com/to/ZgBCvJHF){ .md-button }

<div class="index-pre-code">
```bash
Expand Down
Binary file added docs/logos/amazon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/best_buy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/canoe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/cisco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/dassault_systems.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/databricks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/datadog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/dbt_labs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/gladia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/harvard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/hf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/johns_hopkins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/mit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/mount_sinai.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/nyu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/safran.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/salesforce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/shopify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/smithsonian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/tinder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logos/upenn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
background: #FFFFFF ! important
}

.language-bash {
background: #FFFFFF ! important
}

h1.title {
color: #FFFFFF;
margin: 0px 0px 5px;
Expand Down
64 changes: 62 additions & 2 deletions docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We support [Openai](reference/models/openai.md), but the true power of Outlines
[:octicons-arrow-right-24: Learn more](reference/prompting.md)
</div>

## Why Outlines over alternatives?
## Why use Outlines?


Outlines〰 is built at [.txt][.txt] by engineers with decades of experience in software engineering, machine learning (Bayesian Statistics and NLP), and compilers. [.txt][.txt] is a VC-backed company fully focused on the topic of structured generation and is committed to make the community benefit from its experience.
Expand All @@ -57,6 +57,62 @@ 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]) are using Outlines. Some of the prominent companies and organizations that are using Outlines include:

<head>
<style>
.row {
display: inline-block;
width: 100%;
margin-bottom: 50px;
margin-top: 0px !important;
break-inside: avoid;
}

/* Create two equal columns that sits next to each other */
.column {
column-count: 3;
column-gap: 20px;
padding: 20px;
}

</style>
</head>
<body>

<div class="column">
<div class="row"><img src="../logos/amazon.png" width="200"></div>
<div class="row"><img src="../logos/apple.png" width="200"></div>
<div class="row"><img src="../logos/best_buy.png" width="200"></div>
<div class="row"><img src="../logos/canoe.png" width="200"></div>
<div class="row"><img src="../logos/cisco.png" width="200"></div>
<div class="row"><img src="../logos/dassault_systems.png" width="200"></div>
<div class="row"><img src="../logos/databricks.png" width="200"></div>
<div class="row"><img src="../logos/datadog.png" width="200"></div>
<div class="row"><img src="../logos/dbt_labs.png" width="200"></div>
<div class="row"><img src="../assets/images/dottxt.png" width="200"></div>
<div class="row"><img src="../logos/gladia.jpg" width="200"></div>
<div class="row"><img src="../logos/harvard.png" width="200"></div>
<div class="row"><img src="../logos/hf.png" width="200"></div>
<div class="row"><img src="../logos/johns_hopkins.png" width="200"></div>
<div class="row"><img src="../logos/meta.png" width="200"></div>
<div class="row"><img src="../logos/mit.png" width="200"></div>
<div class="row"><img src="../logos/mount_sinai.png" width="200"></div>
<div class="row"><img src="../logos/nyu.png" width="200"></div>
<div class="row"><img src="../logos/safran.png" width="200"></div>
<div class="row"><img src="../logos/salesforce.png" width="200"></div>
<div class="row"><img src="../logos/shopify.png" width="200"></div>
<div class="row"><img src="../logos/smithsonian.png" width="200"></div>
<div class="row"><img src="../logos/tinder.png" width="200"></div>
<div class="row"><img src="../logos/upenn.png" width="200"></div>
</div>

</body>

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.

## Philosophy

**Outlines** 〰 is a library for neural text generation. You can think of it as a
Expand Down Expand Up @@ -85,14 +141,14 @@ via the next-token logits distribution.

<div class="grid" markdown>

<figure markdown>

<figure markdown>
<a href="http://www.dottxt.co">
![Normal Computing logo](assets/images/dottxt.png){ width="150" }
</a>
</figure>

<figure markdown>
<a href="https://www.normalcomputing.ai">
![Normal Computing logo](assets/images/normal_computing.jpg){ width="150" }
</a>
Expand All @@ -108,3 +164,7 @@ Outlines was originally developed at [@NormalComputing](https://twitter.com/Norm
[pythological]: https://github.com/pythological
[hy]: https://hylang.org/
[.txt]: https://dottxt.co
[vllm]: https://github.com/vllm-project/vllm
[tgi]: https://github.com/huggingface/text-generation-inference
[lorax]: https://github.com/predibase/lorax
[xinference]: https://github.com/xorbitsai/inference

0 comments on commit c549b1f

Please sign in to comment.