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