mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-13 09:40:06 +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(
|
extras["agents"] = deps_list(
|
||||||
"diffusers",
|
"diffusers", "accelerate", "datasets", "torch", "sentencepiece", "opencv-python", "Pillow"
|
||||||
"accelerate",
|
|
||||||
"datasets",
|
|
||||||
"torch",
|
|
||||||
"sentencepiece",
|
|
||||||
"opencv-python",
|
|
||||||
"Pillow"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# when modifying the following list, make sure to update src/transformers/dependency_versions_check.py
|
# when modifying the following list, make sure to update src/transformers/dependency_versions_check.py
|
||||||
|
Loading…
Reference in New Issue
Block a user