minor docs fixes and dependencies

This commit is contained in:
Pepijn
2025-09-16 15:11:14 +02:00
parent f9af76ea50
commit aaae109447
6 changed files with 11 additions and 12 deletions
@@ -2,7 +2,12 @@
import os
import pytest
import torch
# Skip entire module if openpi is not available
pytest.importorskip("openpi")
from openpi.models_pytorch import preprocessing_pytorch as openpi_preprocessing
# NOTE: Assumes PYTHONPATH is set to include OpenPI src as per instructions.