[fix] redundant transformers check (#10602)

This commit is contained in:
Artyom Iudin
2026-06-24 11:34:59 +03:00
committed by GitHub
parent aca54c7f17
commit 666ee0ca78

View File

@@ -40,7 +40,7 @@ dependencies = [
"torch>=2.4.0",
"torchvision>=0.19.0",
"torchaudio>=2.4.0",
"transformers>=4.55.0,<=5.6.0,!=4.52.0,!=4.57.0",
"transformers>=4.55.0,<=5.6.0,!=4.57.0",
"datasets>=2.16.0,<=4.0.0",
"accelerate>=1.3.0,<=1.11.0",
"peft>=0.18.0,<=0.18.1",