You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
This PR adds a missing documentation step to download `common.py` in the
Phi-3 tutorial.
### Motivation and Context
This PR is a follow-up to [this
PR](#1939).
Copy file name to clipboardExpand all lines: examples/python/phi-3-tutorial.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ Are you on a Windows machine with GPU?
69
69
Run the model with [model-qa.py](https://github.com/microsoft/onnxruntime-genai/blob/main/examples/python/model-qa.py). If you are using a stable version of ONNX Runtime GenAI then you need to download from the release branch (example for main is given below).
@@ -108,6 +109,7 @@ Are you on a Windows machine with GPU?
108
109
Run the model with [model-qa.py](https://github.com/microsoft/onnxruntime-genai/blob/main/examples/python/model-qa.py). If you are using a stable version of ONNX Runtime GenAI then you need to download from the release branch (example for main is given below).
python model-qa.py -m cuda/cuda-int4-rtn-block-32 -e cuda
113
115
```
@@ -141,6 +143,7 @@ Are you on a Windows machine with GPU?
141
143
Run the model with [model-qa.py](https://github.com/microsoft/onnxruntime-genai/blob/main/examples/python/model-qa.py). If you are using a stable version of ONNX Runtime GenAI then you need to download from the release branch (example for main is given below).
0 commit comments