This commit is contained in:
Frans de Jonge 2025-06-04 13:46:35 +02:00 committed by GitHub
commit e1f51e334a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,7 @@ cd text-generation-inference
``` ```
Then [install Rust](https://rustup.rs/) and create a Python virtual environment with at least Then [install Rust](https://rustup.rs/) and create a Python virtual environment with at least
Python 3.9, e.g. using `conda` or `python venv`: Python 3.10, e.g. using `conda` or `python venv`:
```shell ```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh