Skip to content

Commit

Permalink
misprints were fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vvchernov committed Feb 10, 2022
1 parent 3845cf4 commit 916ab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TVM_EP.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ python3 -m pip install $whl_path
Package for TVM EP:
```bash
cd <path_to_onnx_runtime>
ppython3 -m pipip3 uninstall onnxruntime onnxruntime-tvm -y
python3 -m pip3 uninstall onnxruntime onnxruntime-tvm -y
whl_path=$(find ./build/<OS_NAME>/Release/dist -name "*.whl")
python3 -m pip install $whl_path
```
Expand Down

0 comments on commit 916ab89

Please sign in to comment.