mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Add the requirements.
This commit is contained in:
parent
a9ac7d7f61
commit
ad904be5fc
@ -14,6 +14,7 @@ dependencies = [
|
||||
"docker>=7",
|
||||
"numpy>=2.0",
|
||||
"openai>=1.65",
|
||||
"huggingface_hub>=0.29",
|
||||
]
|
||||
|
||||
[tool.isort]
|
||||
|
@ -40,7 +40,9 @@ httpcore==1.0.7
|
||||
httpx==0.28.1
|
||||
# via openai
|
||||
huggingface-hub==0.29.0
|
||||
# via text-generation
|
||||
# via
|
||||
# text-generation-integration-tests (pyproject.toml)
|
||||
# text-generation
|
||||
idna==3.10
|
||||
# via
|
||||
# anyio
|
||||
|
Loading…
Reference in New Issue
Block a user