mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-01 15:02:09 +00:00
Add openai dependency.
This commit is contained in:
parent
d57a91b9e5
commit
e2c2fc0a49
@ -13,6 +13,7 @@ dependencies = [
|
|||||||
"pytest-asyncio>=0.23.1",
|
"pytest-asyncio>=0.23.1",
|
||||||
"docker>=7",
|
"docker>=7",
|
||||||
"numpy>=2.0",
|
"numpy>=2.0",
|
||||||
|
"openai>=1.65",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This file was autogenerated by uv via the following command:
|
# This file was autogenerated by uv via the following command:
|
||||||
# uv pip compile pyproject.toml --output-file requirements.txt
|
# uv pip compile pyproject.toml -o requirements.txt
|
||||||
aiohappyeyeballs==2.4.6
|
aiohappyeyeballs==2.4.6
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
aiohttp==3.11.12
|
aiohttp==3.11.12
|
||||||
@ -8,12 +8,21 @@ aiosignal==1.3.2
|
|||||||
# via aiohttp
|
# via aiohttp
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
# via pydantic
|
# via pydantic
|
||||||
|
anyio==4.8.0
|
||||||
|
# via
|
||||||
|
# httpx
|
||||||
|
# openai
|
||||||
attrs==25.1.0
|
attrs==25.1.0
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
certifi==2025.1.31
|
certifi==2025.1.31
|
||||||
# via requests
|
# via
|
||||||
|
# httpcore
|
||||||
|
# httpx
|
||||||
|
# requests
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.1
|
||||||
# via requests
|
# via requests
|
||||||
|
distro==1.9.0
|
||||||
|
# via openai
|
||||||
docker==7.1.0
|
docker==7.1.0
|
||||||
# via text-generation-integration-tests (pyproject.toml)
|
# via text-generation-integration-tests (pyproject.toml)
|
||||||
filelock==3.17.0
|
filelock==3.17.0
|
||||||
@ -24,20 +33,32 @@ frozenlist==1.5.0
|
|||||||
# aiosignal
|
# aiosignal
|
||||||
fsspec==2025.2.0
|
fsspec==2025.2.0
|
||||||
# via huggingface-hub
|
# via huggingface-hub
|
||||||
|
h11==0.14.0
|
||||||
|
# via httpcore
|
||||||
|
httpcore==1.0.7
|
||||||
|
# via httpx
|
||||||
|
httpx==0.28.1
|
||||||
|
# via openai
|
||||||
huggingface-hub==0.29.0
|
huggingface-hub==0.29.0
|
||||||
# via text-generation
|
# via text-generation
|
||||||
idna==3.10
|
idna==3.10
|
||||||
# via
|
# via
|
||||||
|
# anyio
|
||||||
|
# httpx
|
||||||
# requests
|
# requests
|
||||||
# yarl
|
# yarl
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
|
jiter==0.8.2
|
||||||
|
# via openai
|
||||||
multidict==6.1.0
|
multidict==6.1.0
|
||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
# yarl
|
# yarl
|
||||||
numpy==2.2.3
|
numpy==2.2.3
|
||||||
# via text-generation-integration-tests (pyproject.toml)
|
# via text-generation-integration-tests (pyproject.toml)
|
||||||
|
openai==1.65.3
|
||||||
|
# via text-generation-integration-tests (pyproject.toml)
|
||||||
packaging==24.2
|
packaging==24.2
|
||||||
# via
|
# via
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
@ -51,6 +72,7 @@ propcache==0.2.1
|
|||||||
pydantic==2.10.6
|
pydantic==2.10.6
|
||||||
# via
|
# via
|
||||||
# text-generation-integration-tests (pyproject.toml)
|
# text-generation-integration-tests (pyproject.toml)
|
||||||
|
# openai
|
||||||
# text-generation
|
# text-generation
|
||||||
pydantic-core==2.27.2
|
pydantic-core==2.27.2
|
||||||
# via pydantic
|
# via pydantic
|
||||||
@ -67,15 +89,23 @@ requests==2.32.3
|
|||||||
# via
|
# via
|
||||||
# docker
|
# docker
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
|
sniffio==1.3.1
|
||||||
|
# via
|
||||||
|
# anyio
|
||||||
|
# openai
|
||||||
syrupy==4.8.1
|
syrupy==4.8.1
|
||||||
# via text-generation-integration-tests (pyproject.toml)
|
# via text-generation-integration-tests (pyproject.toml)
|
||||||
text-generation==0.7.0
|
text-generation==0.7.0
|
||||||
# via text-generation-integration-tests (pyproject.toml)
|
# via text-generation-integration-tests (pyproject.toml)
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
# via huggingface-hub
|
|
||||||
typing-extensions==4.12.2
|
|
||||||
# via
|
# via
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
|
# openai
|
||||||
|
typing-extensions==4.12.2
|
||||||
|
# via
|
||||||
|
# anyio
|
||||||
|
# huggingface-hub
|
||||||
|
# openai
|
||||||
# pydantic
|
# pydantic
|
||||||
# pydantic-core
|
# pydantic-core
|
||||||
urllib3==2.3.0
|
urllib3==2.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user