Skip to content

Commit

Permalink
Specify predownload for streaming dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
corystephenson-db committed Jul 24, 2024
1 parent 300c51b commit 8738b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/t5_precompute.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
dataset = StreamingDataset(remote=remote_src,
local=os.path.join('/tmp', subdir_path),
download_timeout=300,
predownload=64,
shuffle=False)

# Get columns
Expand Down

0 comments on commit 8738b18

Please sign in to comment.