diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e95d6cef6..f7bd2be6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,14 +83,6 @@ jobs: exit 1 fi - - name: Remove Tags with Git dependencies - # TODO(Steven): Temporary patch to remove pi from PyPi 0.4.0 release due to its reliance on git dependencies. - run: | - echo "::info:: Checking for Git dependencies to remove from pyproject.toml..." - grep -E '@ git\+https|lerobot\[pi\]' pyproject.toml | sed 's/^/::warning:: Removing line: /' || true - sed -E -i '/@ git\+https|lerobot\[pi\]/d' pyproject.toml - echo "::info:: Git dependencies removed. Proceeding with build." - - name: Install build dependencies run: python -m pip install build diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 26c88a0a2..6d29215a0 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -90,9 +90,6 @@ _Replace `[...]` with your desired features._ For a full list of optional dependencies, see: https://pypi.org/project/lerobot/ -> [!NOTE] -> For lerobot 0.4.0, if you want to install pi, you will have to do: `pip install "lerobot[pi]@git+https://github.com/huggingface/lerobot.git"` - ### Troubleshooting If you encounter build errors, you may need to install additional dependencies: `cmake`, `build-essential`, and `ffmpeg libs`. diff --git a/docs/source/pi0.mdx b/docs/source/pi0.mdx index 879bbd16d..be7792b28 100644 --- a/docs/source/pi0.mdx +++ b/docs/source/pi0.mdx @@ -34,11 +34,6 @@ As described by Physical Intelligence, while AI has achieved remarkable success pip install -e ".[pi]" ``` - > [!NOTE] - > For lerobot 0.4.0, if you want to install pi tag, you will have to do: `pip install "lerobot[pi]@git+https://github.com/huggingface/lerobot.git"`. - > - > This will be solved in the next patch release - ## Training Data and Capabilities π₀ is trained on the largest robot interaction dataset to date, combining three key data sources: diff --git a/docs/source/pi05.mdx b/docs/source/pi05.mdx index 8abaca989..f586f0dc1 100644 --- a/docs/source/pi05.mdx +++ b/docs/source/pi05.mdx @@ -36,11 +36,6 @@ This diverse training mixture creates a "curriculum" that enables generalization pip install -e ".[pi]" ``` - > [!NOTE] - > For lerobot 0.4.0, if you want to install pi tag, you will have to do: `pip install "lerobot[pi]@git+https://github.com/huggingface/lerobot.git"`. - > - > This will be solved in the next patch release - ## Usage To use π₀.₅ in your LeRobot configuration, specify the policy type as: diff --git a/docs/source/pi0fast.mdx b/docs/source/pi0fast.mdx index 85d975924..f7272acc5 100644 --- a/docs/source/pi0fast.mdx +++ b/docs/source/pi0fast.mdx @@ -43,11 +43,6 @@ This approach can transform **any existing VLM** into a VLA by training it to pr pip install -e ".[pi]" ``` - > [!NOTE] - > For lerobot 0.4.0, if you want to install the pi tag, you will have to do: `pip install "lerobot[pi]@git+https://github.com/huggingface/lerobot.git"`. - > - > This will be solved in the next patch release - ## Training a Custom FAST Tokenizer You have two options for the FAST tokenizer: