File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1919 "quark" ) is not None and version .parse (
2020 importlib .metadata .version ("amd-quark" )) >= version .parse ('0.8.99' )
2121
22- try :
23- huggingface_hub .list_repo_refs (
24- "amd/Qwen3-8B-WMXFP4FP8-AMXFP4FP8-AMP-KVFP8" )
25- HF_HUB_AMD_ORG_ACCESS = True
26- except huggingface_hub .errors .RepositoryNotFoundError :
27- HF_HUB_AMD_ORG_ACCESS = False
28-
2922
3023@dataclass
3124class ModelCase :
@@ -55,9 +48,6 @@ def get_model_args(self) -> str:
5548@pytest .mark .parametrize ("model_name, accuracy_numbers" , TEST_CONFIGS .items ())
5649@pytest .mark .skipif (not QUARK_MXFP4_AVAILABLE ,
5750 reason = "amd-quark>=0.9 is not available" )
58- @pytest .mark .skipif (
59- not HF_HUB_AMD_ORG_ACCESS ,
60- reason = "Read access to huggingface.co/amd is required for this test." )
6151def test_mixed_precision_model_accuracies (model_name : str ,
6252 accuracy_numbers : dict ):
6353
You can’t perform that action at this time.
0 commit comments