zamroni111
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,7 @@ pip install onnxruntime-genai-directml
|
|
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 |
rem Change directory to where model and script files is stored<br>
|
69 |
cd this_onnx_model_directory<br>
|
70 |
python onnxgenairun.py --help<br>
|
|
|
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 |
+
|
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>
|