Skip to content

Commit

Permalink
Update datasets download URL
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <[email protected]>
  • Loading branch information
jjacobelli committed Feb 24, 2023
1 parent e64e26e commit e3cc92b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions python/cudf/cudf/benchmarks/get_datasets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020, NVIDIA CORPORATION.
# Copyright (c) 2020-2023, NVIDIA CORPORATION.

import argparse
import os
Expand All @@ -9,10 +9,7 @@
Dataset = namedtuple("Dataset", ["url", "dir"])
datasets = {
"cuio_dataset": Dataset(
(
"https://rapidsai-data.s3.us-east-2.amazonaws.com/cudf/"
"benchmark/avro_json_datasets.zip"
),
"https://data.rapids.ai/cudf/benchmark/avro_json_datasets.zip",
"cudf/benchmarks/cuio_data/",
),
}
Expand Down

0 comments on commit e3cc92b

Please sign in to comment.