Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ By default, checkpoints are automatically downloaded from `gs://openpi-assets` a

## Running Inference for a Pre-Trained Model

Our pre-trained model checkpoints can be run with a few lines of code (here our $\pi_0$-FAST-DROID model):
Our pre-trained model checkpoints can be run with a few lines of code (here our $\pi_{0.5}$-DROID model):
```python
from openpi.training import config as _config
from openpi.policies import policy_config
Expand Down