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:
Zach Mueller
2023-10-26 12:13:19 -04:00
committed by GitHub
parent 1892592530
commit 34a640642b
5 changed files with 47 additions and 9 deletions

View File

@@ -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"]