Skip to content

Commit 89b10b0

Browse files
authored
Add retry to shard writing (#243)
Mitigates transient failures of writing shard files. Part of #239
1 parent 6b4aa2f commit 89b10b0

4 files changed

Lines changed: 251 additions & 176 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies = [
3939
"numpy",
4040
"pydantic",
4141
"semver",
42+
"tenacity",
4243
"tensorflow",
4344
"tqdm",
4445
"xxhash",

0 commit comments

Comments
 (0)