mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Fix typo in GenAI python tutorial (#19962)
This commit is contained in:
parent
2e93b41fab
commit
ad3653dbfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue