chore: fixed spelling mistakes in README

This commit is contained in:
Ruida Zeng 2025-01-08 16:52:19 -06:00 committed by GitHub
parent 8bfeb4cd0d
commit ffb66f556d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ Detailed blogpost by Adyen on TGI inner workings: [LLM inference at scale with T
You can also opt to install `text-generation-inference` locally. You can also opt to install `text-generation-inference` locally.
First clone the repository and change directoy into it: First clone the repository and change directory into it:
```shell ```shell
git clone https://github.com/huggingface/text-generation-inference git clone https://github.com/huggingface/text-generation-inference
@ -213,7 +213,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
conda create -n text-generation-inference python=3.11 conda create -n text-generation-inference python=3.11
conda activate text-generation-inference conda activate text-generation-inference
#using pyton venv #using python venv
python3 -m venv .venv python3 -m venv .venv
source .venv/bin/activate source .venv/bin/activate
``` ```