mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
* Making `tool_calls` a vector. * Arguments output is a string. * Update all the integration tests. * Add the requirements. * Upgrade other tests. * Clippy. * Update the old test.
22 lines
477 B
TOML
22 lines
477 B
TOML
[project]
|
|
name = "text-generation-integration-tests"
|
|
version = "2.0.1"
|
|
description = "Text Generation Inference integration tests"
|
|
authors = ["Nicolas Patry <nicolas@huggingface.co>"]
|
|
requires-python = ">=3.10,<3.13"
|
|
|
|
dependencies = [
|
|
"pydantic>2,< 3",
|
|
"syrupy>=4.8.0",
|
|
"text-generation>=0.6.0",
|
|
"pytest>=8.3.0",
|
|
"pytest-asyncio>=0.23.1",
|
|
"docker>=7",
|
|
"numpy>=2.0",
|
|
"openai>=1.65",
|
|
"huggingface_hub>=0.29",
|
|
]
|
|
|
|
[tool.isort]
|
|
profile = "black"
|