Skip to content

Commit

Permalink
update one more model link
Browse files Browse the repository at this point in the history
  • Loading branch information
HomerW committed May 21, 2024
1 parent db78aaf commit d0c6ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for an inference example.

```python
from octo.model.octo_model import OctoModel
model = OctoModel.load_pretrained("hf://rail-berkeley/octo-base")
model = OctoModel.load_pretrained("hf://rail-berkeley/octo-base-1.5")
print(model.get_pretty_spec())
```

Expand Down

0 comments on commit d0c6ff1

Please sign in to comment.