mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-31 04:45:31 +08:00
Correct download url.
PiperOrigin-RevId: 314351841
This commit is contained in:
committed by
Diego de Las Casas
parent
521e125207
commit
20aab06d84
+1
-1
@@ -26,7 +26,7 @@ fi
|
|||||||
|
|
||||||
DOWNLOAD_FOLDER="$1"
|
DOWNLOAD_FOLDER="$1"
|
||||||
NUM_PARALLEL_DOWNLOADS="4" # set the number of download workers
|
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 {
|
function download_shards {
|
||||||
# Usage: download_shards prefix num_shards
|
# Usage: download_shards prefix num_shards
|
||||||
|
|||||||
Reference in New Issue
Block a user