Update README.md
Browse files
README.md
CHANGED
|
@@ -64,8 +64,8 @@ pip install onnxruntime-genai-directml
|
|
| 64 |
|
| 65 |
5. Use the onnxgenairun.py to get chat interface.<br>
|
| 66 |
It is modified version of "https://github.com/microsoft/onnxruntime-genai/blob/main/examples/python/phi3-qa.py".<br>
|
| 67 |
-
The modification makes the text output changes to new line after "., :, and ;" to make the output easier to be read
|
| 68 |
-
|
| 69 |
rem Change directory to where model and script files is stored<br>
|
| 70 |
cd this_onnx_model_directory<br>
|
| 71 |
python onnxgenairun.py --help<br>
|
|
|
|
| 64 |
|
| 65 |
5. Use the onnxgenairun.py to get chat interface.<br>
|
| 66 |
It is modified version of "https://github.com/microsoft/onnxruntime-genai/blob/main/examples/python/phi3-qa.py".<br>
|
| 67 |
+
The modification makes the text output changes to new line after "., :, and ;" to make the output easier to be read.<br>
|
| 68 |
+
<br>
|
| 69 |
rem Change directory to where model and script files is stored<br>
|
| 70 |
cd this_onnx_model_directory<br>
|
| 71 |
python onnxgenairun.py --help<br>
|