We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50af09d commit 6b5173cCopy full SHA for 6b5173c
pyro/contrib/examples/bart.py
@@ -32,7 +32,9 @@
32
"date-hour-soo-dest-2018.csv.gz",
33
"date-hour-soo-dest-2019.csv.gz",
34
]
35
-CACHE_URL = "https://d2hg8soec8ck9v.cloudfront.net/datasets/bart_full.pkl.bz2"
+CACHE_URL = (
36
+ "https://github.com/pyro-ppl/datasets/blob/master/bart_full.pkl.bz2?raw=true"
37
+)
38
39
40
def _load_hourly_od(basename):
0 commit comments