From 0e1dc97ec68ce8c28e9aa719ce8ae5b6c0cbc63d Mon Sep 17 00:00:00 2001 From: Rishabh Ranjan Date: Mon, 30 Sep 2024 14:41:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 208e8334..50467e9b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ RelBench datasets (and tasks) are cached to disk (usually at `~/.cache/relbench` `download=False` uses the cached data without verification, if present, or processes and caches the data from scratch / raw sources otherwise. +For faster download, please see [this](https://github.com/snap-stanford/relbench/issues/265). + `dataset` consists of a `Database` object and temporal splitting times `dataset.val_timestamp` and `dataset.test_timestamp`. To get the database: