mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-02-06 03:32:18 +08:00
Correct download url.
PiperOrigin-RevId: 314351841
This commit is contained in:
committed by
Diego de Las Casas
parent
521e125207
commit
20aab06d84
@@ -26,7 +26,7 @@ fi
|
||||
|
||||
DOWNLOAD_FOLDER="$1"
|
||||
NUM_PARALLEL_DOWNLOADS="4" # set the number of download workers
|
||||
DATA_URL="https://storage.cloud.google.com/sketchy-data"
|
||||
DATA_URL="https://storage.googleapis.com/sketchy-data"
|
||||
|
||||
function download_shards {
|
||||
# Usage: download_shards prefix num_shards
|
||||
|
||||
Reference in New Issue
Block a user