From 2eb8dd28fa0829e67350e775d9712c80c6580a63 Mon Sep 17 00:00:00 2001 From: Maxime Labonne <81252890+mlabonne@users.noreply.github.com> Date: Sat, 18 Jan 2025 14:54:55 +0000 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0dd1a1..2785728 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Running LLMs can be difficult due to high hardware requirements. Depending on yo 📚 **References**: * [Run an LLM locally with LM Studio](https://www.kdnuggets.com/run-an-llm-locally-with-lm-studio) by Nisha Arya: Short guide on how to use LM Studio. * [Prompt engineering guide](https://www.promptingguide.ai/) by DAIR.AI: Exhaustive list of prompt techniques with examples -* [Outlines - Quickstart](https://outlines-dev.github.io/outlines/quickstart/): List of guided generation techniques enabled by Outlines. +* [Outlines - Quickstart](https://dottxt-ai.github.io/outlines/latest/quickstart/): List of guided generation techniques enabled by Outlines. * [LMQL - Overview](https://lmql.ai/docs/language/overview.html): Introduction to the LMQL language. ---