chore: update transformers dependency to fix issue #19512 (#19513)

* Update pyproject.toml

* Update requirements.txt

* Update requirements.txt

* Update pyproject.toml
This commit is contained in:
Classic298
2025-11-26 22:41:56 +01:00
committed by GitHub
parent 4b21704498
commit d071cdf7d4
2 changed files with 4 additions and 4 deletions

View File

@@ -60,8 +60,8 @@ dependencies = [
"PyMySQL==1.1.1",
"boto3==1.40.5",
"transformers",
"sentence-transformers==5.1.1",
"transformers==4.57.3",
"sentence-transformers==5.1.2",
"accelerate",
"pyarrow==20.0.0",
"einops==0.8.1",