zamroni111 commited on
Commit
b170344
·
verified ·
1 Parent(s): 9acd6a3

Update README.md

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