Skip to content

Commit

Permalink
fixing basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybati authored Apr 13, 2023
1 parent b453827 commit bc8560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ python3 ../goldenFiles/gemm_small/gemm_small.py
```
``` bash
#read and interpret the correspoding output files from last step
python3 modelParserONNX.py -w ../goldenFiles/gemm_samll/gemm_small.onnx -f ../goldenFiles/gemm_small/gemm_small_weights.onnx
python3 modelParserONNX.py -w ../goldenFiles/gemm_small/gemm_small.onnx -f ../goldenFiles/gemm_small/gemm_small_weights.onnx
```
``` bash
#compile the library
Expand Down

0 comments on commit bc8560a

Please sign in to comment.