From 2442ba9eec69f1cccb0e3898442be0e4a29495dc Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Wed, 20 Mar 2024 17:19:20 -0700 Subject: [PATCH] Fix typo (#20002) --- docs/genai/tutorials/phi2-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```