mirror of
https://github.com/huggingface/accelerate.git
synced 2025-10-20 18:13:46 +08:00
Fix tracking swanlab (#3810)
* py310 and some changes * fix * Revert "py310 and some changes" This reverts commit 0434d2929285d2a17c5c2e014c9c7c6cd06f0d9a. * fix
This commit is contained in:
2
setup.py
2
setup.py
@ -45,7 +45,7 @@ extras["test_trackers"] = [
|
|||||||
"dvclive",
|
"dvclive",
|
||||||
# "mlflow", too many deps that lead to download a very old version of the lib
|
# "mlflow", too many deps that lead to download a very old version of the lib
|
||||||
"matplotlib",
|
"matplotlib",
|
||||||
"swanlab",
|
"swanlab[dashboard]", # dashboard required for local use
|
||||||
"trackio",
|
"trackio",
|
||||||
]
|
]
|
||||||
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]
|
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]
|
||||||
|
Reference in New Issue
Block a user