Fix Quark quantization config (#37578)

fix
This commit is contained in:
Mohamed Mekkouri
2025-04-18 07:23:39 +02:00
committed by GitHub
parent 4acf692ace
commit bb2a44ad4b
2 changed files with 5 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ if is_quark_available():
from quark.torch.export.nn.modules.qparamslinear import QParamsLinear
@require_quark
class QuarkConfigTest(unittest.TestCase):
def test_commmon_args(self):
config = AutoConfig.from_pretrained("amd/Llama-3.1-8B-Instruct-w-int8-a-int8-sym-test")