@@ -1601,7 +1601,7 @@ def test_ptp_quickstart_advanced(llm_root, llm_venv, model_name, model_path):
1601
1601
@pytest .mark .parametrize ("model_name,model_path" , [
1602
1602
("DeepSeek-V3-Lite-BF16" , "DeepSeek-V3-Lite/bf16" ),
1603
1603
])
1604
- def test_ptq_quickstart_advanced_mtp (llm_root , llm_venv , model_name ,
1604
+ def test_ptp_quickstart_advanced_mtp (llm_root , llm_venv , model_name ,
1605
1605
model_path ):
1606
1606
print (f"Testing { model_name } ." )
1607
1607
example_root = Path (os .path .join (llm_root , "examples" , "pytorch" ))
@@ -1626,7 +1626,7 @@ def test_ptq_quickstart_advanced_mtp(llm_root, llm_venv, model_name,
1626
1626
1627
1627
1628
1628
@pytest .mark .skip_less_device (4 )
1629
- def test_ptq_quickstart_advanced_bs1 (llm_root , llm_venv ):
1629
+ def test_ptp_quickstart_advanced_bs1 (llm_root , llm_venv ):
1630
1630
model_name = "DeepSeek-V3-Lite-FP8"
1631
1631
model_path = "DeepSeek-V3-Lite/fp8"
1632
1632
print (f"Testing { model_name } ." )
@@ -1653,7 +1653,7 @@ def test_ptq_quickstart_advanced_bs1(llm_root, llm_venv):
1653
1653
@pytest .mark .parametrize ("model_name,model_path" , [
1654
1654
("Llama-3.1-8B-Instruct" , "llama-3.1-model/Llama-3.1-8B-Instruct" ),
1655
1655
])
1656
- def test_ptq_quickstart_advanced_ngram (llm_root , llm_venv , model_name ,
1656
+ def test_ptp_quickstart_advanced_ngram (llm_root , llm_venv , model_name ,
1657
1657
model_path ):
1658
1658
print (f"Testing { model_name } ." )
1659
1659
example_root = Path (os .path .join (llm_root , "examples" , "pytorch" ))
0 commit comments