diff --git a/docs/source/async.mdx b/docs/source/async.mdx index 0a0823cf..6ff05a88 100644 --- a/docs/source/async.mdx +++ b/docs/source/async.mdx @@ -18,7 +18,7 @@ This is fundamentally different from synchronous inference (sync), where the rob --- ## 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.