This commit is contained in:
Nat Kershaw (MSFT) 2024-03-20 17:19:20 -07:00 committed by GitHub
parent 6f9c0a2fe7
commit 2442ba9eec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ The onnxruntime-genai package contains a model builder that generates the phi-2
If using the `-m` option shown here, you will need to login into Hugging Face.
```bash
pip install huggingface-hub`
pip install huggingface-hub
huggingface-cli login
```