mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
fix: add accelerate to ml optional dependencies
Trainer from transformers requires accelerate>=1.1.0 at runtime. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,7 @@ ml = [
|
||||
"torch>=2.0.0",
|
||||
"transformers>=4.30.0",
|
||||
"datasets>=2.14.0",
|
||||
"accelerate>=1.1.0",
|
||||
]
|
||||
dev = [
|
||||
"mypy>=1.8.0",
|
||||
|
||||
Reference in New Issue
Block a user