Fix typo in GenAI python tutorial (#19962)

This commit is contained in:
Nat Kershaw (MSFT) 2024-03-18 10:47:54 -07:00 committed by GitHub
parent 2e93b41fab
commit ad3653dbfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ If using the `-m` option shown here, you will need to login into Hugging Face.
```bash
pip install huggingface-hub`
huggingface-cli --login
huggingface-cli login
```
You can build the model in different precisions. This command uses int4 as it produces the smallest model and can run on a CPU.