Skip to content

Commit

Permalink
Exist is ok in the writer
Browse files Browse the repository at this point in the history
  • Loading branch information
corystephenson-db committed Jul 23, 2024
1 parent 743ac10 commit 300c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/t5_precompute.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
print(columns)

# Make writer
writer = MDSWriter(out=remote_dst, columns=columns, compression='zstd', hashes=[], size_limit='1GB', exists_ok=True)
writer = MDSWriter(out=remote_dst, columns=columns, compression='zstd', hashes=[], size_limit='1GB', exist_ok=True)

with torch.no_grad():
for i in range(len(dataset)):
Expand Down

0 comments on commit 300c51b

Please sign in to comment.