Skip to content

Commit

Permalink
Merge pull request #36 from clementpoiret/deepsource-autofix-b99a5eda
Browse files Browse the repository at this point in the history
refactor: put docstring into a single line
  • Loading branch information
clementpoiret authored Mar 29, 2024
2 parents 31717d6 + 8134484 commit 7901882
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hsf/engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def deepsparse_support() -> str:


def print_deepsparse_support():
"""
Prints DeepSparse Support Status.
"""
"""Prints DeepSparse Support Status."""
print(
"DeepSparse Optimization Status (minimal: AVX2 | partial: AVX512 | full: AVX512 VNNI):",
deepsparse_support())
Expand Down

0 comments on commit 7901882

Please sign in to comment.