diff --git a/docs/source/basic_tutorials/local_launch.md b/docs/source/basic_tutorials/local_launch.md index eb998c2b..c1f34913 100644 --- a/docs/source/basic_tutorials/local_launch.md +++ b/docs/source/basic_tutorials/local_launch.md @@ -34,7 +34,7 @@ On MacOS, using Homebrew: brew install protobuf ``` -Then run: +Then run to install Text Generation Inference: ```shell BUILD_EXTENSIONS=True make install # Install repository and HF/transformer fork with CUDA kernels```