Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
liord committed Jan 12, 2025
1 parent 17debfd commit b1cc0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pytorch_tests/model_tests/feature_models/matmul_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import torch
from tests.pytorch_tests.model_tests.base_pytorch_test import BasePytorchTest
from model_compression_toolkit.target_platform_capabilities.tpc_models.imx500_tpc.latest import generate_pytorch_tpc
from tests.common_tests.helpers.generate_test_tp_model import generate_test_tp_model
from tests.common_tests.helpers.generate_test_tpc import generate_test_tpc

"""
This test checks the MatMul substitution function.
Expand Down Expand Up @@ -60,7 +60,7 @@ def get_tpc(self):
return {
'no_quantization': generate_pytorch_tpc(
name="no_quant_pytorch_test",
tp_model=generate_test_tp_model(
tpc=generate_test_tpc(
{
'weights_n_bits': 32,
'activation_n_bits': 32,
Expand Down

0 comments on commit b1cc0d1

Please sign in to comment.