Skip to content

Commit

Permalink
Add accelerate package dep for transformers (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin committed Jun 19, 2023
1 parent d76b38e commit ea51412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"datasets<=1.18.4",
"scikit-learn",
"seqeval",
"accelerate>=0.20.3",
]
_yolov5_deps = _pytorch_vision_deps + [
f"{'nm-yolov5' if is_release else 'nm-yolov5-nightly'}~={version_nm_deps}"
Expand Down

0 comments on commit ea51412

Please sign in to comment.