Creating a Local Data Source¶
Create and save an offline dataset to use in an inference pipeline.
This example demonstrates how to:
- Build a small offline dataset by fetching data and writing to a Zarr store
- Load the local store as a data source for an inference pipeline with the Microsoft Aurora model
- Run the deterministic workflow and plot results
Set Up¶
For this example, the following are needed:
- Prognostic Model: Use the built-in Aurora 6-hour model
earth2studio.models.px.Aurora. - Data source: Pull data from the WeatherBench2 data API
earth2studio.data.WB2ERA5.
import os
os.makedirs("outputs", exist_ok=True)
from dotenv import load_dotenv
load_dotenv()
from earth2studio.data import WB2ERA5, fetch_data
from earth2studio.models.px import Aurora
# Load the default model package which downloads the checkpoint from GCP
package = Aurora.load_default_package()
model = Aurora.load_model(package)
# Create the data source, cache is false
wb2 = WB2ERA5(cache=False, verbose=False)
Console output497 lines
/__w/earth2studio/earth2studio/.venv/lib/python3.13/site-packages/torch/cuda/__init__.py:64: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.10.0+cu128 with CUDA 1208 (you have 2.13.0+cu130)
Python 3.10.19 (you have 3.13.13)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
CuPy distance computation test failed with error: cuVS >= 24.12 or pylibraft < 24.12 should be installed to use this feature
Downloading aurora-0.25-static-z.npy: 0%| | 0.00/3.96M [00:00<?, ?B/s]
Downloading aurora-0.25-static-z.npy: 100%|โโโโโโโโโโ| 3.96M/3.96M [00:00<00:00, 5.98MB/s]
Downloading aurora-0.25-static-z.npy: 100%|โโโโโโโโโโ| 3.96M/3.96M [00:00<00:00, 5.95MB/s]
Downloading aurora-0.25-static-slt.npy: 0%| | 0.00/3.96M [00:00<?, ?B/s]
Downloading aurora-0.25-static-slt.npy: 100%|โโโโโโโโโโ| 3.96M/3.96M [00:00<00:00, 9.67MB/s]
Downloading aurora-0.25-static-slt.npy: 100%|โโโโโโโโโโ| 3.96M/3.96M [00:00<00:00, 9.54MB/s]
Downloading aurora-0.25-static-lsm.npy: 0%| | 0.00/3.96M [00:00<?, ?B/s]
Downloading aurora-0.25-static-lsm.npy: 100%|โโโโโโโโโโ| 3.96M/3.96M [00:00<00:00, 8.77MB/s]
Downloading aurora-0.25-static-lsm.npy: 100%|โโโโโโโโโโ| 3.96M/3.96M [00:00<00:00, 8.69MB/s]
Downloading aurora-0.25-pretrained.ckpt: 0%| | 0.00/4.68G [00:00<?, ?B/s]
Downloading aurora-0.25-pretrained.ckpt: 0%| | 10.0M/4.68G [00:01<10:03, 8.30MB/s]
Downloading aurora-0.25-pretrained.ckpt: 0%| | 20.0M/4.68G [00:01<04:47, 17.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 1%| | 30.0M/4.68G [00:01<03:08, 26.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 1%| | 40.0M/4.68G [00:01<02:23, 34.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 1%| | 50.0M/4.68G [00:01<01:51, 44.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 1%|โ | 60.0M/4.68G [00:02<01:58, 41.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 1%|โ | 70.0M/4.68G [00:02<02:08, 38.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 2%|โ | 80.0M/4.68G [00:02<01:51, 44.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 2%|โ | 90.0M/4.68G [00:02<01:35, 51.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 2%|โ | 100M/4.68G [00:02<01:26, 57.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 2%|โ | 110M/4.68G [00:03<01:21, 60.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 3%|โ | 120M/4.68G [00:03<01:15, 64.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 3%|โ | 130M/4.68G [00:03<01:25, 57.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 3%|โ | 150M/4.68G [00:03<01:10, 68.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 3%|โ | 160M/4.68G [00:03<01:04, 74.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 4%|โ | 170M/4.68G [00:03<01:07, 71.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 4%|โ | 180M/4.68G [00:04<01:05, 73.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 4%|โ | 190M/4.68G [00:04<01:10, 68.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 4%|โ | 200M/4.68G [00:04<01:27, 55.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 4%|โ | 210M/4.68G [00:04<01:42, 46.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 5%|โ | 220M/4.68G [00:04<01:30, 52.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 5%|โ | 230M/4.68G [00:05<02:06, 37.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 5%|โ | 240M/4.68G [00:05<01:47, 44.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 5%|โ | 250M/4.68G [00:05<01:55, 41.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 5%|โ | 260M/4.68G [00:06<01:56, 40.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 6%|โ | 270M/4.68G [00:06<01:37, 48.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 6%|โ | 280M/4.68G [00:06<01:49, 43.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 6%|โ | 290M/4.68G [00:06<01:31, 51.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 6%|โ | 300M/4.68G [00:06<01:28, 53.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 6%|โ | 310M/4.68G [00:06<01:20, 58.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 7%|โ | 320M/4.68G [00:07<01:32, 50.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 7%|โ | 330M/4.68G [00:07<01:25, 54.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 7%|โ | 340M/4.68G [00:07<01:13, 63.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 7%|โ | 350M/4.68G [00:07<01:08, 68.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 8%|โ | 360M/4.68G [00:07<01:18, 59.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 8%|โ | 370M/4.68G [00:07<01:17, 59.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 8%|โ | 380M/4.68G [00:08<01:17, 60.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 8%|โ | 390M/4.68G [00:08<02:00, 38.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 8%|โ | 400M/4.68G [00:08<02:05, 36.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 9%|โ | 410M/4.68G [00:09<01:49, 41.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 9%|โ | 420M/4.68G [00:09<01:50, 41.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 9%|โ | 430M/4.68G [00:09<01:37, 47.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 9%|โ | 440M/4.68G [00:09<01:27, 52.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 9%|โ | 450M/4.68G [00:10<01:43, 44.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 10%|โ | 460M/4.68G [00:10<01:33, 48.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 10%|โ | 470M/4.68G [00:10<01:26, 52.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 10%|โ | 480M/4.68G [00:10<01:20, 56.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 10%|โ | 490M/4.68G [00:10<01:19, 56.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 10%|โ | 500M/4.68G [00:10<01:17, 58.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 11%|โ | 510M/4.68G [00:11<01:13, 61.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 11%|โ | 520M/4.68G [00:11<01:33, 47.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 11%|โ | 530M/4.68G [00:11<01:28, 50.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 11%|โโ | 540M/4.68G [00:11<01:28, 50.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 11%|โโ | 550M/4.68G [00:11<01:25, 51.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 12%|โโ | 560M/4.68G [00:12<01:28, 50.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 12%|โโ | 570M/4.68G [00:12<01:26, 51.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 12%|โโ | 580M/4.68G [00:12<01:37, 45.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 12%|โโ | 590M/4.68G [00:12<01:29, 49.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 13%|โโ | 600M/4.68G [00:12<01:22, 53.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 13%|โโ | 610M/4.68G [00:13<01:16, 57.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 13%|โโ | 630M/4.68G [00:13<01:01, 71.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 13%|โโ | 640M/4.68G [00:13<01:18, 55.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 14%|โโ | 650M/4.68G [00:13<01:14, 58.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 14%|โโ | 660M/4.68G [00:13<01:11, 60.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 14%|โโ | 670M/4.68G [00:14<01:15, 57.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 14%|โโ | 680M/4.68G [00:14<01:13, 58.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 14%|โโ | 690M/4.68G [00:14<01:17, 55.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 15%|โโ | 700M/4.68G [00:14<01:17, 55.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 15%|โโ | 710M/4.68G [00:14<01:21, 52.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 15%|โโ | 720M/4.68G [00:15<01:21, 52.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 15%|โโ | 730M/4.68G [00:15<01:16, 55.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 15%|โโ | 740M/4.68G [00:15<01:41, 41.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 16%|โโ | 750M/4.68G [00:15<01:38, 43.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 16%|โโ | 760M/4.68G [00:16<01:33, 45.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 16%|โโ | 770M/4.68G [00:16<01:41, 41.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 16%|โโ | 780M/4.68G [00:16<01:29, 47.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 16%|โโ | 790M/4.68G [00:16<01:19, 52.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 17%|โโ | 800M/4.68G [00:16<01:10, 59.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 17%|โโ | 810M/4.68G [00:17<01:09, 60.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 17%|โโ | 820M/4.68G [00:17<01:04, 64.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 17%|โโ | 830M/4.68G [00:17<01:00, 68.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 18%|โโ | 840M/4.68G [00:17<01:18, 52.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 18%|โโ | 850M/4.68G [00:17<01:34, 43.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 18%|โโ | 860M/4.68G [00:18<01:18, 52.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 18%|โโ | 880M/4.68G [00:18<01:02, 65.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 19%|โโ | 890M/4.68G [00:18<00:57, 70.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 19%|โโ | 900M/4.68G [00:18<00:57, 71.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 19%|โโ | 910M/4.68G [00:18<00:56, 72.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 19%|โโ | 920M/4.68G [00:19<01:21, 50.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 19%|โโ | 930M/4.68G [00:19<01:17, 52.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 20%|โโ | 940M/4.68G [00:19<01:17, 52.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 20%|โโ | 950M/4.68G [00:19<01:25, 47.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 20%|โโ | 960M/4.68G [00:20<01:39, 40.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 20%|โโ | 970M/4.68G [00:20<01:33, 42.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 20%|โโ | 980M/4.68G [00:20<01:50, 36.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 21%|โโ | 990M/4.68G [00:20<01:40, 39.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 21%|โโ | 0.98G/4.68G [00:21<01:29, 44.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 21%|โโ | 0.99G/4.68G [00:21<01:26, 46.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 21%|โโโ | 1.00G/4.68G [00:21<01:18, 50.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 21%|โโโ | 1.01G/4.68G [00:21<01:27, 45.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 22%|โโโ | 1.02G/4.68G [00:21<01:23, 47.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 22%|โโโ | 1.03G/4.68G [00:22<01:17, 50.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 22%|โโโ | 1.04G/4.68G [00:22<01:15, 52.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 22%|โโโ | 1.04G/4.68G [00:22<01:11, 54.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 23%|โโโ | 1.05G/4.68G [00:22<01:10, 54.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 23%|โโโ | 1.06G/4.68G [00:22<01:19, 49.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 23%|โโโ | 1.07G/4.68G [00:23<01:22, 46.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 23%|โโโ | 1.08G/4.68G [00:23<01:16, 50.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 23%|โโโ | 1.09G/4.68G [00:23<01:17, 49.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 24%|โโโ | 1.10G/4.68G [00:23<01:14, 51.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 24%|โโโ | 1.11G/4.68G [00:23<01:23, 46.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 24%|โโโ | 1.12G/4.68G [00:24<01:15, 50.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 24%|โโโ | 1.13G/4.68G [00:24<01:29, 42.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 24%|โโโ | 1.14G/4.68G [00:24<01:20, 47.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 25%|โโโ | 1.15G/4.68G [00:24<01:16, 49.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 25%|โโโ | 1.16G/4.68G [00:25<01:16, 49.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 25%|โโโ | 1.17G/4.68G [00:25<01:14, 50.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 25%|โโโ | 1.18G/4.68G [00:25<01:17, 48.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 25%|โโโ | 1.19G/4.68G [00:25<01:42, 36.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 26%|โโโ | 1.20G/4.68G [00:26<01:32, 40.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 26%|โโโ | 1.21G/4.68G [00:26<01:35, 39.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 26%|โโโ | 1.22G/4.68G [00:26<01:27, 42.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 26%|โโโ | 1.23G/4.68G [00:26<01:23, 44.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 26%|โโโ | 1.24G/4.68G [00:27<01:21, 45.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 27%|โโโ | 1.25G/4.68G [00:27<01:32, 39.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 27%|โโโ | 1.26G/4.68G [00:27<01:17, 47.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 27%|โโโ | 1.27G/4.68G [00:27<01:11, 51.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 27%|โโโ | 1.28G/4.68G [00:27<01:08, 53.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 28%|โโโ | 1.29G/4.68G [00:28<01:06, 55.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 28%|โโโ | 1.30G/4.68G [00:28<01:08, 53.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 28%|โโโ | 1.31G/4.68G [00:28<01:24, 42.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 28%|โโโ | 1.32G/4.68G [00:29<01:46, 33.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 28%|โโโ | 1.33G/4.68G [00:29<01:56, 30.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 29%|โโโ | 1.34G/4.68G [00:29<02:06, 28.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 29%|โโโ | 1.35G/4.68G [00:30<02:08, 27.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 29%|โโโ | 1.36G/4.68G [00:30<01:57, 30.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 29%|โโโ | 1.37G/4.68G [00:30<01:48, 32.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 29%|โโโ | 1.38G/4.68G [00:31<02:03, 28.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 30%|โโโ | 1.39G/4.68G [00:31<01:59, 29.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 30%|โโโ | 1.40G/4.68G [00:31<01:47, 32.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 30%|โโโ | 1.41G/4.68G [00:32<01:48, 32.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 30%|โโโ | 1.42G/4.68G [00:32<01:49, 32.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 30%|โโโ | 1.43G/4.68G [00:32<01:49, 31.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 31%|โโโ | 1.44G/4.68G [00:33<01:43, 33.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 31%|โโโ | 1.45G/4.68G [00:33<01:47, 32.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 31%|โโโ | 1.46G/4.68G [00:33<01:52, 30.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 31%|โโโโ | 1.46G/4.68G [00:34<01:43, 33.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 32%|โโโโ | 1.47G/4.68G [00:34<01:39, 34.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 32%|โโโโ | 1.48G/4.68G [00:34<01:41, 33.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 32%|โโโโ | 1.49G/4.68G [00:34<01:34, 36.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 32%|โโโโ | 1.50G/4.68G [00:35<01:45, 32.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 32%|โโโโ | 1.51G/4.68G [00:35<01:33, 36.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 33%|โโโโ | 1.52G/4.68G [00:35<01:29, 38.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 33%|โโโโ | 1.53G/4.68G [00:36<01:41, 33.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 33%|โโโโ | 1.54G/4.68G [00:36<01:45, 32.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 33%|โโโโ | 1.55G/4.68G [00:36<01:45, 31.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 33%|โโโโ | 1.56G/4.68G [00:37<02:04, 26.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 34%|โโโโ | 1.57G/4.68G [00:37<02:02, 27.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 34%|โโโโ | 1.58G/4.68G [00:38<01:52, 29.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 34%|โโโโ | 1.59G/4.68G [00:38<01:53, 29.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 34%|โโโโ | 1.60G/4.68G [00:38<01:52, 29.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 34%|โโโโ | 1.61G/4.68G [00:39<01:42, 32.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 35%|โโโโ | 1.62G/4.68G [00:39<01:44, 31.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 35%|โโโโ | 1.63G/4.68G [00:39<01:49, 29.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 35%|โโโโ | 1.64G/4.68G [00:40<01:40, 32.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 35%|โโโโ | 1.65G/4.68G [00:40<01:30, 36.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 35%|โโโโ | 1.66G/4.68G [00:40<01:26, 37.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 36%|โโโโ | 1.67G/4.68G [00:40<01:29, 36.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 36%|โโโโ | 1.68G/4.68G [00:41<01:23, 38.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 36%|โโโโ | 1.69G/4.68G [00:41<01:29, 35.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 36%|โโโโ | 1.70G/4.68G [00:41<01:23, 38.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 37%|โโโโ | 1.71G/4.68G [00:41<01:23, 38.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 37%|โโโโ | 1.72G/4.68G [00:42<01:19, 40.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 37%|โโโโ | 1.73G/4.68G [00:42<01:14, 42.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 37%|โโโโ | 1.74G/4.68G [00:42<01:13, 43.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 37%|โโโโ | 1.75G/4.68G [00:42<01:07, 46.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 38%|โโโโ | 1.76G/4.68G [00:43<01:18, 39.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 38%|โโโโ | 1.77G/4.68G [00:43<01:26, 36.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 38%|โโโโ | 1.78G/4.68G [00:43<01:22, 37.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 38%|โโโโ | 1.79G/4.68G [00:44<01:18, 39.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 38%|โโโโ | 1.80G/4.68G [00:44<01:13, 42.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 39%|โโโโ | 1.81G/4.68G [00:44<01:11, 43.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 39%|โโโโ | 1.82G/4.68G [00:44<01:22, 37.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 39%|โโโโ | 1.83G/4.68G [00:45<01:20, 38.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 39%|โโโโ | 1.84G/4.68G [00:45<01:07, 44.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 39%|โโโโ | 1.85G/4.68G [00:45<01:08, 44.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 40%|โโโโ | 1.86G/4.68G [00:45<01:09, 43.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 40%|โโโโ | 1.87G/4.68G [00:45<01:09, 43.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 40%|โโโโ | 1.88G/4.68G [00:46<01:25, 35.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 40%|โโโโ | 1.88G/4.68G [00:46<01:22, 36.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 40%|โโโโ | 1.89G/4.68G [00:46<01:17, 38.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 41%|โโโโ | 1.90G/4.68G [00:47<01:09, 43.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 41%|โโโโ | 1.91G/4.68G [00:47<01:08, 43.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 41%|โโโโ | 1.92G/4.68G [00:47<01:03, 46.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 41%|โโโโโ | 1.93G/4.68G [00:47<00:56, 51.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 42%|โโโโโ | 1.94G/4.68G [00:47<01:03, 46.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 42%|โโโโโ | 1.95G/4.68G [00:48<00:55, 52.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 42%|โโโโโ | 1.96G/4.68G [00:48<00:52, 55.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 42%|โโโโโ | 1.97G/4.68G [00:48<00:52, 55.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 42%|โโโโโ | 1.98G/4.68G [00:48<00:49, 58.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 43%|โโโโโ | 1.99G/4.68G [00:48<00:48, 60.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 43%|โโโโโ | 2.00G/4.68G [00:49<01:02, 46.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 43%|โโโโโ | 2.01G/4.68G [00:49<00:57, 49.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 43%|โโโโโ | 2.02G/4.68G [00:49<00:55, 51.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 43%|โโโโโ | 2.03G/4.68G [00:49<00:53, 53.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 44%|โโโโโ | 2.04G/4.68G [00:49<00:51, 54.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 44%|โโโโโ | 2.05G/4.68G [00:49<00:51, 54.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 44%|โโโโโ | 2.06G/4.68G [00:50<00:48, 58.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 44%|โโโโโ | 2.07G/4.68G [00:50<00:59, 46.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 44%|โโโโโ | 2.08G/4.68G [00:50<00:53, 52.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 45%|โโโโโ | 2.09G/4.68G [00:50<00:53, 52.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 45%|โโโโโ | 2.10G/4.68G [00:50<00:50, 54.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 45%|โโโโโ | 2.11G/4.68G [00:51<00:52, 52.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 45%|โโโโโ | 2.12G/4.68G [00:51<00:49, 55.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 45%|โโโโโ | 2.13G/4.68G [00:51<00:59, 46.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 46%|โโโโโ | 2.14G/4.68G [00:51<00:53, 50.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 46%|โโโโโ | 2.15G/4.68G [00:51<00:48, 55.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 46%|โโโโโ | 2.16G/4.68G [00:52<00:46, 57.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 46%|โโโโโ | 2.17G/4.68G [00:52<00:44, 60.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 47%|โโโโโ | 2.18G/4.68G [00:52<00:41, 64.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 47%|โโโโโ | 2.19G/4.68G [00:52<00:50, 53.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 47%|โโโโโ | 2.20G/4.68G [00:52<00:46, 57.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 47%|โโโโโ | 2.21G/4.68G [00:53<00:47, 56.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 47%|โโโโโ | 2.22G/4.68G [00:53<00:47, 56.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 48%|โโโโโ | 2.23G/4.68G [00:53<00:47, 54.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 48%|โโโโโ | 2.24G/4.68G [00:53<00:52, 49.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 48%|โโโโโ | 2.25G/4.68G [00:53<00:51, 51.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 48%|โโโโโ | 2.26G/4.68G [00:54<01:02, 41.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 48%|โโโโโ | 2.27G/4.68G [00:54<00:59, 43.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 49%|โโโโโ | 2.28G/4.68G [00:54<00:50, 50.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 49%|โโโโโ | 2.29G/4.68G [00:54<00:46, 55.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 49%|โโโโโ | 2.29G/4.68G [00:54<00:48, 52.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 49%|โโโโโ | 2.30G/4.68G [00:55<00:50, 50.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 49%|โโโโโ | 2.31G/4.68G [00:55<00:58, 43.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 50%|โโโโโ | 2.32G/4.68G [00:55<00:52, 48.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 50%|โโโโโ | 2.33G/4.68G [00:55<00:47, 52.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 50%|โโโโโ | 2.34G/4.68G [00:56<00:46, 54.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 50%|โโโโโ | 2.35G/4.68G [00:56<00:45, 55.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 50%|โโโโโ | 2.36G/4.68G [00:56<00:44, 56.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 51%|โโโโโ | 2.37G/4.68G [00:56<00:45, 53.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 51%|โโโโโ | 2.38G/4.68G [00:56<00:51, 48.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 51%|โโโโโ | 2.39G/4.68G [00:56<00:44, 55.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 51%|โโโโโโ | 2.40G/4.68G [00:57<00:42, 57.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 52%|โโโโโโ | 2.41G/4.68G [00:57<00:41, 58.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 52%|โโโโโโ | 2.42G/4.68G [00:57<00:42, 57.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 52%|โโโโโโ | 2.43G/4.68G [00:57<00:43, 55.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 52%|โโโโโโ | 2.44G/4.68G [00:58<00:53, 45.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 52%|โโโโโโ | 2.45G/4.68G [00:58<00:49, 48.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 53%|โโโโโโ | 2.46G/4.68G [00:58<00:48, 49.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 53%|โโโโโโ | 2.47G/4.68G [00:58<00:49, 48.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 53%|โโโโโโ | 2.48G/4.68G [00:59<00:58, 40.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 53%|โโโโโโ | 2.50G/4.68G [00:59<00:55, 42.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 54%|โโโโโโ | 2.51G/4.68G [00:59<00:54, 42.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 54%|โโโโโโ | 2.52G/4.68G [00:59<00:49, 47.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 54%|โโโโโโ | 2.53G/4.68G [01:00<00:42, 54.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 54%|โโโโโโ | 2.54G/4.68G [01:00<00:44, 51.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 54%|โโโโโโ | 2.55G/4.68G [01:00<00:43, 52.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 55%|โโโโโโ | 2.56G/4.68G [01:00<00:41, 54.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 55%|โโโโโโ | 2.57G/4.68G [01:00<00:51, 44.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 55%|โโโโโโ | 2.58G/4.68G [01:01<01:04, 34.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 55%|โโโโโโ | 2.59G/4.68G [01:01<00:56, 40.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 56%|โโโโโโ | 2.60G/4.68G [01:01<00:51, 43.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 56%|โโโโโโ | 2.61G/4.68G [01:01<00:46, 47.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 56%|โโโโโโ | 2.62G/4.68G [01:02<00:44, 49.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 56%|โโโโโโ | 2.63G/4.68G [01:02<00:44, 49.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 56%|โโโโโโ | 2.64G/4.68G [01:02<00:39, 55.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 57%|โโโโโโ | 2.65G/4.68G [01:02<00:42, 51.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 57%|โโโโโโ | 2.66G/4.68G [01:02<00:42, 51.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 57%|โโโโโโ | 2.67G/4.68G [01:03<00:41, 51.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 57%|โโโโโโ | 2.68G/4.68G [01:03<00:41, 52.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 57%|โโโโโโ | 2.69G/4.68G [01:03<00:45, 46.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 58%|โโโโโโ | 2.70G/4.68G [01:03<00:54, 39.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 58%|โโโโโโ | 2.71G/4.68G [01:04<00:54, 38.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 58%|โโโโโโ | 2.71G/4.68G [01:04<00:47, 44.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 58%|โโโโโโ | 2.72G/4.68G [01:04<00:42, 49.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 58%|โโโโโโ | 2.73G/4.68G [01:04<00:40, 52.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 59%|โโโโโโ | 2.74G/4.68G [01:04<00:37, 55.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 59%|โโโโโโ | 2.75G/4.68G [01:05<00:44, 47.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 59%|โโโโโโ | 2.76G/4.68G [01:05<00:40, 51.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 59%|โโโโโโ | 2.77G/4.68G [01:05<00:41, 48.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 59%|โโโโโโ | 2.78G/4.68G [01:05<00:37, 54.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 60%|โโโโโโ | 2.79G/4.68G [01:05<00:38, 52.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 60%|โโโโโโ | 2.80G/4.68G [01:06<00:35, 56.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 60%|โโโโโโ | 2.81G/4.68G [01:06<00:53, 37.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 60%|โโโโโโ | 2.82G/4.68G [01:06<00:43, 45.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 61%|โโโโโโ | 2.83G/4.68G [01:06<00:43, 45.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 61%|โโโโโโ | 2.84G/4.68G [01:07<00:38, 51.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 61%|โโโโโโ | 2.85G/4.68G [01:07<00:35, 54.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 61%|โโโโโโ | 2.86G/4.68G [01:07<00:38, 51.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 61%|โโโโโโโ | 2.87G/4.68G [01:07<00:37, 51.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 62%|โโโโโโโ | 2.88G/4.68G [01:08<00:44, 43.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 62%|โโโโโโโ | 2.89G/4.68G [01:08<00:40, 47.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 62%|โโโโโโโ | 2.90G/4.68G [01:08<00:37, 50.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 62%|โโโโโโโ | 2.91G/4.68G [01:08<00:38, 49.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 62%|โโโโโโโ | 2.92G/4.68G [01:08<00:38, 48.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 63%|โโโโโโโ | 2.93G/4.68G [01:09<00:39, 47.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 63%|โโโโโโโ | 2.94G/4.68G [01:09<00:43, 42.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 63%|โโโโโโโ | 2.95G/4.68G [01:09<00:40, 45.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 63%|โโโโโโโ | 2.96G/4.68G [01:09<00:41, 44.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 63%|โโโโโโโ | 2.97G/4.68G [01:09<00:35, 51.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 64%|โโโโโโโ | 2.98G/4.68G [01:10<00:37, 49.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 64%|โโโโโโโ | 2.99G/4.68G [01:10<00:35, 50.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 64%|โโโโโโโ | 3.00G/4.68G [01:10<00:45, 39.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 64%|โโโโโโโ | 3.01G/4.68G [01:10<00:45, 39.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 64%|โโโโโโโ | 3.02G/4.68G [01:11<00:40, 44.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 65%|โโโโโโโ | 3.03G/4.68G [01:11<00:40, 43.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 65%|โโโโโโโ | 3.04G/4.68G [01:11<00:40, 43.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 65%|โโโโโโโ | 3.05G/4.68G [01:11<00:37, 47.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 65%|โโโโโโโ | 3.06G/4.68G [01:11<00:32, 53.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 66%|โโโโโโโ | 3.07G/4.68G [01:12<00:43, 39.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 66%|โโโโโโโ | 3.08G/4.68G [01:12<00:39, 43.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 66%|โโโโโโโ | 3.09G/4.68G [01:12<00:41, 41.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 66%|โโโโโโโ | 3.10G/4.68G [01:13<00:37, 45.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 66%|โโโโโโโ | 3.11G/4.68G [01:13<00:38, 44.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 67%|โโโโโโโ | 3.12G/4.68G [01:13<00:35, 47.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 67%|โโโโโโโ | 3.12G/4.68G [01:13<00:39, 42.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 67%|โโโโโโโ | 3.13G/4.68G [01:13<00:33, 49.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 67%|โโโโโโโ | 3.14G/4.68G [01:14<00:28, 57.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 67%|โโโโโโโ | 3.15G/4.68G [01:14<00:29, 56.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 68%|โโโโโโโ | 3.16G/4.68G [01:14<00:29, 56.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 68%|โโโโโโโ | 3.17G/4.68G [01:14<00:31, 51.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 68%|โโโโโโโ | 3.18G/4.68G [01:15<00:40, 39.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 68%|โโโโโโโ | 3.20G/4.68G [01:15<00:30, 52.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 69%|โโโโโโโ | 3.21G/4.68G [01:15<00:30, 52.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 69%|โโโโโโโ | 3.22G/4.68G [01:15<00:32, 48.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 69%|โโโโโโโ | 3.23G/4.68G [01:15<00:31, 49.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 69%|โโโโโโโ | 3.24G/4.68G [01:16<00:30, 51.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 69%|โโโโโโโ | 3.25G/4.68G [01:16<00:35, 43.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 70%|โโโโโโโ | 3.26G/4.68G [01:16<00:32, 47.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 70%|โโโโโโโ | 3.27G/4.68G [01:17<00:37, 40.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 70%|โโโโโโโ | 3.28G/4.68G [01:17<00:34, 43.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 70%|โโโโโโโ | 3.29G/4.68G [01:17<00:33, 44.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 71%|โโโโโโโ | 3.30G/4.68G [01:17<00:30, 49.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 71%|โโโโโโโ | 3.31G/4.68G [01:17<00:32, 44.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 71%|โโโโโโโ | 3.32G/4.68G [01:18<00:29, 49.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 71%|โโโโโโโ | 3.33G/4.68G [01:18<00:31, 45.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 71%|โโโโโโโโ | 3.34G/4.68G [01:18<00:31, 45.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 72%|โโโโโโโโ | 3.35G/4.68G [01:18<00:35, 40.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 72%|โโโโโโโโ | 3.36G/4.68G [01:19<00:36, 38.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 72%|โโโโโโโโ | 3.37G/4.68G [01:19<00:37, 37.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 72%|โโโโโโโโ | 3.38G/4.68G [01:19<00:39, 35.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 72%|โโโโโโโโ | 3.39G/4.68G [01:20<00:36, 38.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 73%|โโโโโโโโ | 3.40G/4.68G [01:20<00:33, 41.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 73%|โโโโโโโโ | 3.41G/4.68G [01:20<00:32, 42.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 73%|โโโโโโโโ | 3.42G/4.68G [01:20<00:28, 46.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 73%|โโโโโโโโ | 3.43G/4.68G [01:20<00:27, 49.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 73%|โโโโโโโโ | 3.44G/4.68G [01:21<00:36, 36.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 74%|โโโโโโโโ | 3.45G/4.68G [01:21<00:32, 41.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 74%|โโโโโโโโ | 3.46G/4.68G [01:21<00:29, 45.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 74%|โโโโโโโโ | 3.47G/4.68G [01:21<00:25, 51.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 74%|โโโโโโโโ | 3.48G/4.68G [01:21<00:24, 53.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 74%|โโโโโโโโ | 3.49G/4.68G [01:22<00:20, 61.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 75%|โโโโโโโโ | 3.50G/4.68G [01:22<00:18, 67.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 75%|โโโโโโโโ | 3.51G/4.68G [01:22<00:30, 41.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 75%|โโโโโโโโ | 3.52G/4.68G [01:22<00:26, 46.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 75%|โโโโโโโโ | 3.53G/4.68G [01:23<00:24, 49.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 76%|โโโโโโโโ | 3.54G/4.68G [01:23<00:26, 46.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 76%|โโโโโโโโ | 3.54G/4.68G [01:23<00:22, 53.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 76%|โโโโโโโโ | 3.55G/4.68G [01:23<00:20, 57.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 76%|โโโโโโโโ | 3.56G/4.68G [01:23<00:23, 51.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 77%|โโโโโโโโ | 3.58G/4.68G [01:24<00:17, 65.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 77%|โโโโโโโโ | 3.59G/4.68G [01:24<00:17, 67.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 77%|โโโโโโโโ | 3.60G/4.68G [01:24<00:18, 63.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 77%|โโโโโโโโ | 3.61G/4.68G [01:24<00:18, 62.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 77%|โโโโโโโโ | 3.62G/4.68G [01:24<00:24, 46.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 78%|โโโโโโโโ | 3.63G/4.68G [01:25<00:23, 48.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 78%|โโโโโโโโ | 3.64G/4.68G [01:25<00:21, 51.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 78%|โโโโโโโโ | 3.65G/4.68G [01:25<00:20, 54.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 78%|โโโโโโโโ | 3.66G/4.68G [01:25<00:19, 57.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 78%|โโโโโโโโ | 3.67G/4.68G [01:25<00:17, 62.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 79%|โโโโโโโโ | 3.68G/4.68G [01:25<00:15, 67.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 79%|โโโโโโโโ | 3.69G/4.68G [01:26<00:20, 53.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 79%|โโโโโโโโ | 3.70G/4.68G [01:26<00:17, 58.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 79%|โโโโโโโโ | 3.71G/4.68G [01:26<00:18, 57.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 79%|โโโโโโโโ | 3.72G/4.68G [01:26<00:17, 57.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 80%|โโโโโโโโ | 3.73G/4.68G [01:26<00:16, 62.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 80%|โโโโโโโโ | 3.74G/4.68G [01:26<00:15, 63.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 80%|โโโโโโโโ | 3.75G/4.68G [01:27<00:18, 53.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 80%|โโโโโโโโ | 3.76G/4.68G [01:27<00:19, 51.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 81%|โโโโโโโโ | 3.77G/4.68G [01:27<00:18, 54.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 81%|โโโโโโโโ | 3.78G/4.68G [01:27<00:17, 54.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 81%|โโโโโโโโ | 3.79G/4.68G [01:27<00:16, 59.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 81%|โโโโโโโโ | 3.80G/4.68G [01:28<00:16, 56.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 81%|โโโโโโโโโ | 3.81G/4.68G [01:28<00:14, 64.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 82%|โโโโโโโโโ | 3.82G/4.68G [01:28<00:17, 52.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 82%|โโโโโโโโโ | 3.83G/4.68G [01:28<00:17, 53.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 82%|โโโโโโโโโ | 3.84G/4.68G [01:28<00:17, 53.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 82%|โโโโโโโโโ | 3.85G/4.68G [01:29<00:16, 55.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 82%|โโโโโโโโโ | 3.86G/4.68G [01:29<00:17, 49.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 83%|โโโโโโโโโ | 3.87G/4.68G [01:29<00:16, 51.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 83%|โโโโโโโโโ | 3.88G/4.68G [01:29<00:19, 44.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 83%|โโโโโโโโโ | 3.89G/4.68G [01:30<00:17, 47.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 83%|โโโโโโโโโ | 3.90G/4.68G [01:30<00:16, 50.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 83%|โโโโโโโโโ | 3.91G/4.68G [01:30<00:15, 54.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 84%|โโโโโโโโโ | 3.92G/4.68G [01:30<00:14, 55.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 84%|โโโโโโโโโ | 3.93G/4.68G [01:30<00:14, 57.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 84%|โโโโโโโโโ | 3.94G/4.68G [01:31<00:17, 44.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 84%|โโโโโโโโโ | 3.95G/4.68G [01:31<00:15, 52.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 85%|โโโโโโโโโ | 3.96G/4.68G [01:31<00:14, 54.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 85%|โโโโโโโโโ | 3.96G/4.68G [01:31<00:16, 46.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 85%|โโโโโโโโโ | 3.97G/4.68G [01:31<00:16, 46.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 85%|โโโโโโโโโ | 3.98G/4.68G [01:32<00:14, 52.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 85%|โโโโโโโโโ | 3.99G/4.68G [01:32<00:16, 43.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 86%|โโโโโโโโโ | 4.00G/4.68G [01:32<00:16, 43.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 86%|โโโโโโโโโ | 4.01G/4.68G [01:32<00:15, 46.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 86%|โโโโโโโโโ | 4.02G/4.68G [01:33<00:15, 46.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 86%|โโโโโโโโโ | 4.03G/4.68G [01:33<00:13, 51.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 86%|โโโโโโโโโ | 4.04G/4.68G [01:33<00:11, 58.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 87%|โโโโโโโโโ | 4.05G/4.68G [01:33<00:11, 57.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 87%|โโโโโโโโโ | 4.06G/4.68G [01:33<00:16, 40.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 87%|โโโโโโโโโ | 4.07G/4.68G [01:34<00:14, 45.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 87%|โโโโโโโโโ | 4.08G/4.68G [01:34<00:16, 39.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 87%|โโโโโโโโโ | 4.09G/4.68G [01:34<00:15, 40.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 88%|โโโโโโโโโ | 4.10G/4.68G [01:34<00:14, 42.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 88%|โโโโโโโโโ | 4.11G/4.68G [01:35<00:13, 45.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 88%|โโโโโโโโโ | 4.12G/4.68G [01:35<00:13, 45.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 88%|โโโโโโโโโ | 4.13G/4.68G [01:35<00:18, 31.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 88%|โโโโโโโโโ | 4.14G/4.68G [01:36<00:21, 26.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 89%|โโโโโโโโโ | 4.15G/4.68G [01:36<00:21, 26.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 89%|โโโโโโโโโ | 4.16G/4.68G [01:37<00:25, 22.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 89%|โโโโโโโโโ | 4.17G/4.68G [01:37<00:24, 22.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 89%|โโโโโโโโโ | 4.18G/4.68G [01:38<00:19, 27.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 90%|โโโโโโโโโ | 4.19G/4.68G [01:38<00:17, 30.6MB/s]
Downloading aurora-0.25-pretrained.ckpt: 90%|โโโโโโโโโ | 4.20G/4.68G [01:38<00:15, 34.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 90%|โโโโโโโโโ | 4.21G/4.68G [01:38<00:12, 40.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 90%|โโโโโโโโโ | 4.22G/4.68G [01:38<00:10, 47.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 90%|โโโโโโโโโ | 4.23G/4.68G [01:39<00:09, 52.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 91%|โโโโโโโโโ | 4.24G/4.68G [01:39<00:08, 56.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 91%|โโโโโโโโโ | 4.25G/4.68G [01:39<00:10, 43.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 91%|โโโโโโโโโ | 4.26G/4.68G [01:39<00:09, 49.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 91%|โโโโโโโโโ | 4.27G/4.68G [01:39<00:09, 47.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 91%|โโโโโโโโโโ| 4.28G/4.68G [01:40<00:08, 51.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 92%|โโโโโโโโโโ| 4.29G/4.68G [01:40<00:07, 58.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 92%|โโโโโโโโโโ| 4.30G/4.68G [01:40<00:06, 60.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 92%|โโโโโโโโโโ| 4.31G/4.68G [01:40<00:06, 63.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 92%|โโโโโโโโโโ| 4.32G/4.68G [01:40<00:08, 47.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 92%|โโโโโโโโโโ| 4.33G/4.68G [01:41<00:07, 51.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 93%|โโโโโโโโโโ| 4.34G/4.68G [01:41<00:07, 50.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 93%|โโโโโโโโโโ| 4.35G/4.68G [01:41<00:06, 54.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 93%|โโโโโโโโโโ| 4.36G/4.68G [01:41<00:06, 56.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 93%|โโโโโโโโโโ| 4.37G/4.68G [01:41<00:07, 47.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 93%|โโโโโโโโโโ| 4.38G/4.68G [01:42<00:07, 44.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 94%|โโโโโโโโโโ| 4.38G/4.68G [01:42<00:06, 50.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 94%|โโโโโโโโโโ| 4.39G/4.68G [01:42<00:05, 54.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 94%|โโโโโโโโโโ| 4.40G/4.68G [01:42<00:04, 62.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 94%|โโโโโโโโโโ| 4.41G/4.68G [01:42<00:05, 54.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 95%|โโโโโโโโโโ| 4.42G/4.68G [01:42<00:04, 61.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 95%|โโโโโโโโโโ| 4.43G/4.68G [01:43<00:04, 53.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 95%|โโโโโโโโโโ| 4.44G/4.68G [01:43<00:05, 47.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 95%|โโโโโโโโโโ| 4.45G/4.68G [01:43<00:06, 40.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 95%|โโโโโโโโโโ| 4.46G/4.68G [01:44<00:05, 42.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 96%|โโโโโโโโโโ| 4.47G/4.68G [01:44<00:05, 40.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 96%|โโโโโโโโโโ| 4.48G/4.68G [01:44<00:04, 44.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 96%|โโโโโโโโโโ| 4.49G/4.68G [01:44<00:03, 51.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 96%|โโโโโโโโโโ| 4.50G/4.68G [01:44<00:04, 44.0MB/s]
Downloading aurora-0.25-pretrained.ckpt: 96%|โโโโโโโโโโ| 4.51G/4.68G [01:45<00:03, 48.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 97%|โโโโโโโโโโ| 4.52G/4.68G [01:45<00:03, 49.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 97%|โโโโโโโโโโ| 4.53G/4.68G [01:45<00:03, 48.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 97%|โโโโโโโโโโ| 4.54G/4.68G [01:45<00:02, 51.2MB/s]
Downloading aurora-0.25-pretrained.ckpt: 97%|โโโโโโโโโโ| 4.55G/4.68G [01:45<00:02, 51.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 97%|โโโโโโโโโโ| 4.56G/4.68G [01:46<00:03, 37.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 98%|โโโโโโโโโโ| 4.57G/4.68G [01:46<00:02, 45.9MB/s]
Downloading aurora-0.25-pretrained.ckpt: 98%|โโโโโโโโโโ| 4.58G/4.68G [01:46<00:02, 44.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 98%|โโโโโโโโโโ| 4.59G/4.68G [01:47<00:02, 43.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 98%|โโโโโโโโโโ| 4.60G/4.68G [01:47<00:01, 45.1MB/s]
Downloading aurora-0.25-pretrained.ckpt: 98%|โโโโโโโโโโ| 4.61G/4.68G [01:47<00:01, 44.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 99%|โโโโโโโโโโ| 4.62G/4.68G [01:47<00:01, 45.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 99%|โโโโโโโโโโ| 4.63G/4.68G [01:47<00:01, 42.4MB/s]
Downloading aurora-0.25-pretrained.ckpt: 99%|โโโโโโโโโโ| 4.64G/4.68G [01:48<00:01, 42.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 99%|โโโโโโโโโโ| 4.65G/4.68G [01:48<00:00, 44.5MB/s]
Downloading aurora-0.25-pretrained.ckpt: 100%|โโโโโโโโโโ| 4.66G/4.68G [01:48<00:00, 45.8MB/s]
Downloading aurora-0.25-pretrained.ckpt: 100%|โโโโโโโโโโ| 4.67G/4.68G [01:48<00:00, 49.3MB/s]
Downloading aurora-0.25-pretrained.ckpt: 100%|โโโโโโโโโโ| 4.68G/4.68G [01:48<00:00, 52.7MB/s]
Downloading aurora-0.25-pretrained.ckpt: 100%|โโโโโโโโโโ| 4.68G/4.68G [01:49<00:00, 46.1MB/s]Creating a Local Zarr Store from a Datasource¶
Start with creating a local dataset from the WeatherBench2 data store. Since data sources return in-memory data arrays, there are a variety of ways this could be done. The following is a simple method using Earth2Studio IO objects to pack the requested data into a single Zarr store.
For this example, let's download some data for a Microsoft aurora forecast.
from collections import OrderedDict
import numpy as np
from earth2studio.io import ZarrBackend
from earth2studio.utils.coords import split_coords
times = np.array(
[np.datetime64("2022-01-01T00:00:00"), np.datetime64("2022-01-01T06:00:00")]
)
variables = model.input_coords()["variable"]
zarr_path = "./outputs/19_wb2_dataset.zarr"
# Create Zarr store to pack data into
zb = ZarrBackend(file_name=zarr_path, backend_kwargs={"overwrite": True})
full_coords = OrderedDict(
[
("time", np.atleast_1d(times)),
("lead_time", np.array([np.timedelta64(0, "h")])),
("lat", np.linspace(90, -90, 721)),
("lon", np.linspace(0, 359.75, 1440)),
]
)
zb.add_array(full_coords, array_name=list(variables))
# Loop over timestamps, fetch data and write slices into the pre-created arrays
for t in np.atleast_1d(times):
x, coords = fetch_data(
wb2,
time=np.array([t]),
variable=variables,
lead_time=np.array([np.timedelta64(0, "h")]),
device="cpu",
)
xs, reduced_coords, var_names = split_coords(x, coords, dim="variable")
zb.write(xs, reduced_coords, array_name=list(var_names))
Note that the Zarr store we just created can be used for more than just Earth2Studio inference pipelines. Open it with zarr or xarray to explore/process what you just downloaded.
Console output74 lines
/
โโโ lat (721,) float64
โโโ lead_time (1,) timedelta64[h]
โโโ lon (1440,) float64
โโโ msl (2, 1, 721, 1440) float32
โโโ q100 (2, 1, 721, 1440) float32
โโโ q1000 (2, 1, 721, 1440) float32
โโโ q150 (2, 1, 721, 1440) float32
โโโ q200 (2, 1, 721, 1440) float32
โโโ q250 (2, 1, 721, 1440) float32
โโโ q300 (2, 1, 721, 1440) float32
โโโ q400 (2, 1, 721, 1440) float32
โโโ q50 (2, 1, 721, 1440) float32
โโโ q500 (2, 1, 721, 1440) float32
โโโ q600 (2, 1, 721, 1440) float32
โโโ q700 (2, 1, 721, 1440) float32
โโโ q850 (2, 1, 721, 1440) float32
โโโ q925 (2, 1, 721, 1440) float32
โโโ t100 (2, 1, 721, 1440) float32
โโโ t1000 (2, 1, 721, 1440) float32
โโโ t150 (2, 1, 721, 1440) float32
โโโ t200 (2, 1, 721, 1440) float32
โโโ t250 (2, 1, 721, 1440) float32
โโโ t2m (2, 1, 721, 1440) float32
โโโ t300 (2, 1, 721, 1440) float32
โโโ t400 (2, 1, 721, 1440) float32
โโโ t50 (2, 1, 721, 1440) float32
โโโ t500 (2, 1, 721, 1440) float32
โโโ t600 (2, 1, 721, 1440) float32
โโโ t700 (2, 1, 721, 1440) float32
โโโ t850 (2, 1, 721, 1440) float32
โโโ t925 (2, 1, 721, 1440) float32
โโโ time (2,) datetime64[s]
โโโ u100 (2, 1, 721, 1440) float32
โโโ u1000 (2, 1, 721, 1440) float32
โโโ u10m (2, 1, 721, 1440) float32
โโโ u150 (2, 1, 721, 1440) float32
โโโ u200 (2, 1, 721, 1440) float32
โโโ u250 (2, 1, 721, 1440) float32
โโโ u300 (2, 1, 721, 1440) float32
โโโ u400 (2, 1, 721, 1440) float32
โโโ u50 (2, 1, 721, 1440) float32
โโโ u500 (2, 1, 721, 1440) float32
โโโ u600 (2, 1, 721, 1440) float32
โโโ u700 (2, 1, 721, 1440) float32
โโโ u850 (2, 1, 721, 1440) float32
โโโ u925 (2, 1, 721, 1440) float32
โโโ v100 (2, 1, 721, 1440) float32
โโโ v1000 (2, 1, 721, 1440) float32
โโโ v10m (2, 1, 721, 1440) float32
โโโ v150 (2, 1, 721, 1440) float32
โโโ v200 (2, 1, 721, 1440) float32
โโโ v250 (2, 1, 721, 1440) float32
โโโ v300 (2, 1, 721, 1440) float32
โโโ v400 (2, 1, 721, 1440) float32
โโโ v50 (2, 1, 721, 1440) float32
โโโ v500 (2, 1, 721, 1440) float32
โโโ v600 (2, 1, 721, 1440) float32
โโโ v700 (2, 1, 721, 1440) float32
โโโ v850 (2, 1, 721, 1440) float32
โโโ v925 (2, 1, 721, 1440) float32
โโโ z100 (2, 1, 721, 1440) float32
โโโ z1000 (2, 1, 721, 1440) float32
โโโ z150 (2, 1, 721, 1440) float32
โโโ z200 (2, 1, 721, 1440) float32
โโโ z250 (2, 1, 721, 1440) float32
โโโ z300 (2, 1, 721, 1440) float32
โโโ z400 (2, 1, 721, 1440) float32
โโโ z50 (2, 1, 721, 1440) float32
โโโ z500 (2, 1, 721, 1440) float32
โโโ z600 (2, 1, 721, 1440) float32
โโโ z700 (2, 1, 721, 1440) float32
โโโ z850 (2, 1, 721, 1440) float32
โโโ z925 (2, 1, 721, 1440) float32Execute the Workflow¶
To use the saved dataset as a data source, we could create our own class that implements
the interface required by [earth2studio.data.base.DataSource][], which needs
just a __call__(time, variable) method.
However, since we used an IO backend from Earth2Studio we can use the
[earth2studio.data.xr.InferenceOutputSource][] which is a convenience class
that supports the output of inference pipelines.
import earth2studio.run as run
from earth2studio.data import InferenceOutputSource
offline_source = InferenceOutputSource(zarr_path)
out_zarr_path = "./outputs/19_pangu_output.zarr"
io = ZarrBackend(file_name=out_zarr_path, backend_kwargs={"overwrite": True})
io = run.deterministic(
times[-1:],
4,
model,
offline_source,
io,
output_coords=OrderedDict({"variable": np.array(["msl"])}),
)
Console output18 lines
2026-08-15 06:07:28.847 | INFO | earth2studio.run:deterministic:85 - Running simple workflow!
2026-08-15 06:07:28.847 | INFO | earth2studio.run:deterministic:92 - Inference device: cuda
2026-08-15 06:07:30.367 | SUCCESS | earth2studio.run:deterministic:154 - Fetched data from InferenceOutputSource
2026-08-15 06:07:30.368 | INFO | earth2studio.run:deterministic:162 - Inference starting!
Running inference: 0%| | 0/5 [00:00<?, ?it/s]
Running inference: 40%|โโโโ | 2/5 [00:01<00:02, 1.42it/s]
Running inference: 60%|โโโโโโ | 3/5 [00:02<00:01, 1.11it/s]
Running inference: 80%|โโโโโโโโ | 4/5 [00:03<00:01, 1.00s/it]
Running inference: 100%|โโโโโโโโโโ| 5/5 [00:04<00:00, 1.06s/it]
Running inference: 100%|โโโโโโโโโโ| 5/5 [00:04<00:00, 1.01it/s]
2026-08-15 06:07:35.311 | SUCCESS | earth2studio.run:deterministic:189 -
Inference complete# Post Processing
# ---------------
# The last step is to post-process our results.
import cartopy.crs as ccrs
import matplotlib.pyplot as plt
plt.close("all")
projection = ccrs.Robinson()
fig, axes = plt.subplots(
2,
2,
subplot_kw={"projection": projection},
figsize=(12, 7),
constrained_layout=True,
)
axes = axes.ravel()
lon = io["lon"][:]
lat = io["lat"][:]
lead_steps = [1, 2, 3, 4] # 6h, 12h, 18h, 24h
for ax, step in zip(axes, lead_steps):
im = ax.pcolormesh(
lon,
lat,
io["msl"][0, step],
transform=ccrs.PlateCarree(),
cmap="PiYG",
)
ax.set_title(f"msl - Lead time: {6*step}h")
ax.coastlines()
ax.gridlines(draw_labels=False)
fig.colorbar(
im, ax=axes, orientation="horizontal", fraction=0.05, pad=0.07, label="msl"
)
plt.savefig("outputs/19_msl_1day.png", dpi=150)
