mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 13:20:12 +06:00
Style
This commit is contained in:
parent
4eea25b445
commit
786b9cf5ca
8
setup.py
8
setup.py
@ -415,13 +415,7 @@ extras["torchhub"] = deps_list(
|
||||
)
|
||||
|
||||
extras["agents"] = deps_list(
|
||||
"diffusers",
|
||||
"accelerate",
|
||||
"datasets",
|
||||
"torch",
|
||||
"sentencepiece",
|
||||
"opencv-python",
|
||||
"Pillow"
|
||||
"diffusers", "accelerate", "datasets", "torch", "sentencepiece", "opencv-python", "Pillow"
|
||||
)
|
||||
|
||||
# when modifying the following list, make sure to update src/transformers/dependency_versions_check.py
|
||||
|
Loading…
Reference in New Issue
Block a user