diff --git a/tools/pnnx/tests/ncnn/test_torch_bmm.py b/tools/pnnx/tests/ncnn/test_torch_bmm.py index df08a0f0e..f2654b539 100644 --- a/tools/pnnx/tests/ncnn/test_torch_bmm.py +++ b/tools/pnnx/tests/ncnn/test_torch_bmm.py @@ -42,7 +42,7 @@ def test(): import os os.system("../../src/pnnx test_torch_bmm.pt inputshape=[10,23,14],[10,14,5]") - # ncn inference + # ncnn inference import test_torch_bmm_ncnn b = test_torch_bmm_ncnn.test_inference() diff --git a/tools/pnnx/tests/ncnn/test_vit_b_32.py b/tools/pnnx/tests/ncnn/test_vit_b_32.py index 78df55dff..a610bf553 100644 --- a/tools/pnnx/tests/ncnn/test_vit_b_32.py +++ b/tools/pnnx/tests/ncnn/test_vit_b_32.py @@ -40,7 +40,7 @@ def test(): import os os.system("../../src/pnnx test_vit_b_32.pt inputshape=[1,3,224,224]") - # ncn inference + # ncnn inference import test_vit_b_32_ncnn b = test_vit_b_32_ncnn.test_inference()