From 9b867f62bd356a1aa0a0a991124f8ea3e9645f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:21:21 +0000 Subject: [PATCH] build(deps): bump text-generation Bumps the pip group with 1 update in the /projects/tgi-llm/ui/src directory: [text-generation](https://github.com/huggingface/text-generation-inference). Updates `text-generation` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/huggingface/text-generation-inference/releases) - [Commits](https://github.com/huggingface/text-generation-inference/commits/v0.7.0) --- updated-dependencies: - dependency-name: text-generation dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- projects/tgi-llm/ui/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tgi-llm/ui/src/requirements.txt b/projects/tgi-llm/ui/src/requirements.txt index 470a5f3..af78205 100644 --- a/projects/tgi-llm/ui/src/requirements.txt +++ b/projects/tgi-llm/ui/src/requirements.txt @@ -1,4 +1,4 @@ python-dotenv==1.0.0 gradio==4.19.2 huggingface-hub==0.17.3 -text-generation==0.6.1 +text-generation==0.7.0