zamroni111 commited on
Commit
5bd0f42
·
verified ·
1 Parent(s): b170344

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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>