Skip to content

Commit 14d289e

Browse files
authored
relax deps for tgi (#626)
1 parent d46f2f7 commit 14d289e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies = [
8282

8383
[project.optional-dependencies]
8484
litellm = ["litellm", "diskcache"]
85-
tgi = ["text-generation==0.6.0"]
85+
tgi = ["text-generation>=0.6.0"]
8686
optimum = ["optimum==1.12.0"]
8787
quantization = ["bitsandbytes>=0.41.0", "auto-gptq>=0.4.2"]
8888
adapters = ["peft==0.3.0"]

0 commit comments

Comments
 (0)