mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-20 19:19:56 +00:00
chore(docs): remove pi installation note (#3095)
This commit is contained in:
@@ -83,14 +83,6 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
- name: Install build dependencies
|
||||||
run: python -m pip install build
|
run: python -m pip install build
|
||||||
|
|
||||||
|
|||||||
@@ -90,9 +90,6 @@ _Replace `[...]` with your desired features._
|
|||||||
For a full list of optional dependencies, see:
|
For a full list of optional dependencies, see:
|
||||||
https://pypi.org/project/lerobot/
|
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
|
### Troubleshooting
|
||||||
|
|
||||||
If you encounter build errors, you may need to install additional dependencies: `cmake`, `build-essential`, and `ffmpeg libs`.
|
If you encounter build errors, you may need to install additional dependencies: `cmake`, `build-essential`, and `ffmpeg libs`.
|
||||||
|
|||||||
@@ -34,11 +34,6 @@ As described by Physical Intelligence, while AI has achieved remarkable success
|
|||||||
pip install -e ".[pi]"
|
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
|
## Training Data and Capabilities
|
||||||
|
|
||||||
π₀ is trained on the largest robot interaction dataset to date, combining three key data sources:
|
π₀ is trained on the largest robot interaction dataset to date, combining three key data sources:
|
||||||
|
|||||||
@@ -36,11 +36,6 @@ This diverse training mixture creates a "curriculum" that enables generalization
|
|||||||
pip install -e ".[pi]"
|
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
|
## Usage
|
||||||
|
|
||||||
To use π₀.₅ in your LeRobot configuration, specify the policy type as:
|
To use π₀.₅ in your LeRobot configuration, specify the policy type as:
|
||||||
|
|||||||
@@ -43,11 +43,6 @@ This approach can transform **any existing VLM** into a VLA by training it to pr
|
|||||||
pip install -e ".[pi]"
|
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
|
## Training a Custom FAST Tokenizer
|
||||||
|
|
||||||
You have two options for the FAST tokenizer:
|
You have two options for the FAST tokenizer:
|
||||||
|
|||||||
Reference in New Issue
Block a user