Skip to content

Commit

Permalink
fix pnnx path
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiyuetribe committed Jan 6, 2025
1 parent cb91ef7 commit f3342d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/pnnx/tests/ncnn/test_torch_topk.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ def test():
# torchscript to pnnx
import os

os.system("../src/pnnx test_torch_topk.pt inputshape=[36],[4,7],[3,4,5],[4,2,6,7]")
os.system(
"../../src/pnnx test_torch_topk.pt inputshape=[36],[4,7],[3,4,5],[4,2,6,7]"
)

# pnnx inference
import test_torch_topk_ncnn
Expand Down

0 comments on commit f3342d5

Please sign in to comment.