From 80121d6029ca635d97a2ebc4b165918cff18826f Mon Sep 17 00:00:00 2001 From: Alonso Silva Allende Date: Mon, 10 Jun 2024 11:47:29 +0200 Subject: [PATCH] Correct link for llamacpp library --- docs/welcome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/welcome.md b/docs/welcome.md index 7f7ec1819..abc9d1621 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -6,7 +6,7 @@ Outlines〰 is a Python library that allows you to use Large Language Model in a ## What models do you support? -We support [Openai](reference/models/openai.md), but the true power of Outlines〰 is unleashed with Open Source models available via the [transformers](reference/models/transformers.md), [llama.cpp](reference/models/transformers.md), [exllama2](reference/models/exllamav2.md) and [mamba_ssm](reference/models/mamba.md) libraries. If you want to build and maintain an integration with another library, [get in touch][discord]. +We support [Openai](reference/models/openai.md), but the true power of Outlines〰 is unleashed with Open Source models available via the [transformers](reference/models/transformers.md), [llama.cpp](reference/models/llamacpp.md), [exllama2](reference/models/exllamav2.md) and [mamba_ssm](reference/models/mamba.md) libraries. If you want to build and maintain an integration with another library, [get in touch][discord]. ## What are the main features?