You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ Made with ❤👷️ by the team at [.txt](https://dottxt.co).
21
21
pip install outlines
22
22
```
23
23
24
-
First time here? Go to our [setup guide](https://dottxt-ai.github.io/outlines/welcome)
24
+
First time here? Go to our [setup guide](https://dottxt-ai.github.io/outlines/latest/welcome/)
25
25
26
26
## Features
27
27
28
-
-[x] 🤖 [Multiple model integrations](https://dottxt-ai.github.io/outlines/installation): OpenAI, transformers, llama.cpp, exllama2, mamba
28
+
-[x] 🤖 [Multiple model integrations](https://dottxt-ai.github.io/outlines/latest/installation): OpenAI, transformers, llama.cpp, exllama2, mamba
29
29
-[x] 🖍️ Simple and powerful prompting primitives based on the [Jinja templating engine](https://jinja.palletsprojects.com/)
30
30
-[x] 🚄 [Multiple choices](#multiple-choices), [type constraints](#type-constraint) and dynamic stopping
31
31
-[x] ⚡ Fast [regex-structured generation](#efficient-regex-structured-generation)
@@ -35,7 +35,7 @@ First time here? Go to our [setup guide](https://dottxt-ai.github.io/outlines/we
35
35
-[x] 💾 Caching of generations
36
36
-[x] 🗂️ Batch inference
37
37
-[x] 🎲 Sample with the greedy, multinomial and beam search algorithms (and more to come!)
38
-
-[x] 🚀 [Serve with vLLM](https://dottxt-ai.github.io/outlines/reference/serve/vllm), with official Docker image, [`outlinesdev/outlines`](https://hub.docker.com/r/outlinesdev/outlines)!
38
+
-[x] 🚀 [Serve with vLLM](https://dottxt-ai.github.io/outlines/latest/reference/serve/vllm), with official Docker image, [`outlinesdev/outlines`](https://hub.docker.com/r/outlinesdev/outlines)!
39
39
40
40
41
41
Outlines has new releases and features coming every week. Make sure to ⭐ star and 👀 watch this repository, follow [@dottxtai][dottxt-twitter] to stay up to date!
Copy file name to clipboardExpand all lines: docs/cookbook/simtom.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ SimToM calls an LLM with two consecutive prompts:
17
17
18
18
To implement SimToM with Outlines, we will need to:
19
19
20
-
1. Write the prompts with [prompt functions](https://dottxt-ai.github.io/outlines/reference/prompting/).
20
+
1. Write the prompts with [prompt functions](https://dottxt-ai.github.io/outlines/latest/reference/prompting/).
21
21
2. Define the JSON object each prompt will return using Pydantic.
22
-
3. Generate responses with a Mistral model using the [transformers integration](https://dottxt-ai.github.io/outlines/reference/models/transformers/).
22
+
3. Generate responses with a Mistral model using the [transformers integration](https://dottxt-ai.github.io/outlines/latest/reference/models/transformers/).
0 commit comments