From 3df4592dcc4bb13b046f3bc43efa5d4f88543e0e Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Sat, 5 Oct 2024 10:56:05 +0200 Subject: [PATCH] Update HF repo --- docs/example_hres_0.1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",