diff --git a/docs/example_hres_0.1.ipynb b/docs/example_hres_0.1.ipynb index 8ba876b..ac9da5a 100644 --- a/docs/example_hres_0.1.ipynb +++ b/docs/example_hres_0.1.ipynb @@ -210,7 +210,7 @@ " # Use manually downloaded and regridded static variables.\n", " surf_stats={\"z\": (-3.270407e03, 6.540335e04)},\n", ")\n", - "model.load_checkpoint(\"wbruinsma/aurora\", \"aurora-0.1-finetuned.ckpt\")\n", + "model.load_checkpoint(\"microsoft/aurora\", \"aurora-0.1-finetuned.ckpt\")\n", "\n", "model.eval()\n", "model = model.to(\"cuda\")\n",