Skip to content

Commit

Permalink
Update metadata_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim authored Jul 13, 2023
1 parent 61b3c1f commit 6f182e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions torchbenchmark/util/metadata_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def match_item(item_name: str, item_val: str, skip_item: Dict[str, Any]) -> bool

def skip_by_metadata(test: str, device:str, jit: bool, extra_args: List[str], metadata: Dict[str, Any]) -> bool:
"Check if the test should be skipped based on model metadata."
if not metadata:
return False
if not "not_implemented" in metadata:
return False
for skip_item in metadata["not_implemented"]:
Expand Down

0 comments on commit 6f182e1

Please sign in to comment.