mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
* (fix) sliding window attention * (fix) flashinfer * (typo) collection link * Add window_size_left param ipex rocm * Update window size rocm flash decoding * fix: bump snapshots and improve exceed window test case * feat: add tests for image types and remove alpha from png * Upgrading `from_env` to get token from file when necessary + fix pali_gemma. * fix: add pillow dependency and bump lock+requirements * fix: bump org name in gemma3 test * Fix qwen2. --------- Co-authored-by: drbh <david.richard.holtz@gmail.com> Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
23 lines
499 B
TOML
23 lines
499 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",
|
|
"pillow>=11.1.0",
|
|
]
|
|
|
|
[tool.isort]
|
|
profile = "black"
|