Skip to content

Commit

Permalink
Fixed docs so the model loads correctly (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskuhn-lku authored Sep 3, 2024
1 parent 08ac374 commit c818005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example_hres_t0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"from aurora import Aurora, rollout\n",
"\n",
"model = Aurora()\n",
"model.load_checkpoint(\"wbruinsma/aurora\", \"aurora-0.25-finetuned.ckpt\")\n",
"model.load_checkpoint(\"microsoft/aurora\", \"aurora-0.25-finetuned.ckpt\")\n",
"\n",
"model.eval()\n",
"model = model.to(\"cuda\")\n",
Expand Down

0 comments on commit c818005

Please sign in to comment.