From 26437e7526960747e76a7bd3138b1f939ccca2c9 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Tue, 17 Jun 2025 12:09:41 -0400 Subject: [PATCH] Fix typo --- packages/tasks/src/tasks/text-generation/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/tasks/text-generation/about.md b/packages/tasks/src/tasks/text-generation/about.md index cc82989572..234a9dd5a2 100644 --- a/packages/tasks/src/tasks/text-generation/about.md +++ b/packages/tasks/src/tasks/text-generation/about.md @@ -101,7 +101,7 @@ Would you like to learn more about the topic? Awesome! Here you can find some cu - You can use [PEFT](https://github.com/huggingface/peft) to adapt large language models in efficient way. - [ChatUI](https://github.com/huggingface/chat-ui) is the open-source interface to conversate with Large Language Models. -- [text-generation-interface](https://github.com/huggingface/text-generation-inference) +- [text-generation-inference](https://github.com/huggingface/text-generation-inference) - [HuggingChat](https://huggingface.co/chat/) is a chat interface powered by Hugging Face to chat with powerful models like Meta Llama 3 70B, Mixtral 8x7B, etc. ### Documentation