Skip to content

Commit

Permalink
Merge pull request #1 from rail-berkeley/fix_colab
Browse files Browse the repository at this point in the history
Fixes several issues in the inference colab
  • Loading branch information
dibyaghosh authored and kvablack committed Dec 22, 2023
1 parent f0cd903 commit 7be5f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/01_inference_pretrained.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"from octo.model.octo_model import OctoModel\n",
"\n",
"model = OctoModel.load_pretrained(\"hf://rail-berkeley/octo-small\")"
"model = OCTOModel.load_pretrained(\"hf://rail-berkeley/octo-small\")"
]
},
{
Expand Down

0 comments on commit 7be5f6a

Please sign in to comment.