zamroni111
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -66,8 +66,8 @@ pip install onnxruntime-genai-directml
|
|
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
|
70 |
-
cd this_onnx_model_directory
|
71 |
python onnxgenairun.py --help<br>
|
72 |
python onnxgenairun.py -m . -v -g
|
73 |
|
|
|
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>
|
72 |
python onnxgenairun.py -m . -v -g
|
73 |
|