Skip to content

Commit

Permalink
Merge pull request #42 from microsoft/wesselb/adjust-docs-and-minor-c…
Browse files Browse the repository at this point in the history
…hanges

Update HF repo
  • Loading branch information
megstanley authored Oct 7, 2024
2 parents c0311d2 + 3df4592 commit 04a5ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example_hres_0.1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 04a5ca0

Please sign in to comment.