Update async docs with blogpost (#1479)

Co-authored-by: Michel Aractingi <michel.aractingi@huggingface.co>
This commit is contained in:
Francesco Capuano 2025-07-10 12:24:40 +02:00 committed by GitHub
parent 30c161006d
commit abe51eeba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ This is fundamentally different from synchronous inference (sync), where the rob
--- ---
## Getting started with async inference ## Getting started with async inference
You can read more information on asynchronous inference in our [blogpost](NOTE:blogpost). Here, we report a getting started guide meant to help you setup and run asynchronous inference in your setup. You can read more information on asynchronous inference in our [blogpost](https://huggingface.co/blog/async-robot-inference). This guide is designed to help you quickly set up and run asynchronous inference in your environment.
First, install `lerobot` with the `async` tag, to install the extra dependencies required to run async inference. First, install `lerobot` with the `async` tag, to install the extra dependencies required to run async inference.