Save TB logs as part of push_to_hub (#27022)
* Support runs/ * Upload runs folder as part of push to hub * Add a test * Add to test deps * Update with proposed solution from Slack * Ensure that repo gets deleted in tests
This commit is contained in:
2
setup.py
2
setup.py
@@ -167,6 +167,7 @@ _deps = [
|
||||
"starlette",
|
||||
"sudachipy>=0.6.6",
|
||||
"sudachidict_core>=20220729",
|
||||
"tensorboard",
|
||||
# TensorFlow pin. When changing this value, update examples/tensorflow/_tests_requirements.txt accordingly
|
||||
"tensorflow-cpu>=2.6,<2.15",
|
||||
"tensorflow>=2.6,<2.15",
|
||||
@@ -319,6 +320,7 @@ extras["testing"] = (
|
||||
"sacremoses",
|
||||
"rjieba",
|
||||
"beautifulsoup4",
|
||||
"tensorboard",
|
||||
)
|
||||
+ extras["retrieval"]
|
||||
+ extras["modelcreation"]
|
||||
|
||||
Reference in New Issue
Block a user