Skip to content

Commit

Permalink
Update phi2-python.md with fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD authored Mar 13, 2024
1 parent 6b95851 commit c3657d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/tutorials/phi2-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install the ONNX Runtime GenAI Python package using the [installation instructio

## Build phi-2 ONNX model

The onnxruntime-genai package contains a model builder that generates the phi-2 ONNX model using the weights and config on Huggingface. The tools also allows you to download the weights from Hugging Face, load locally stored weights, or convert from GGUF format. For more details, see [how to build models](../howto/build-models.md)
The onnxruntime-genai package contains a model builder that generates the phi-2 ONNX model using the weights and config on Huggingface. The tools also allows you to download the weights from Hugging Face, load locally stored weights, or convert from GGUF format. For more details, see [how to build models](../howto/build-model.md)

If using the `-m` option shown here, you will need to login into Hugging Face.

Expand Down

0 comments on commit c3657d8

Please sign in to comment.