diff --git a/README.md b/README.md index bfdd0611..a6498861 100644 --- a/README.md +++ b/README.md @@ -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()) ```