diff --git a/docs/genai/tutorials/phi2-python.md b/docs/genai/tutorials/phi2-python.md index 4404deb676..77f975b465 100644 --- a/docs/genai/tutorials/phi2-python.md +++ b/docs/genai/tutorials/phi2-python.md @@ -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 ```