Skip to content

Commit

Permalink
Update transformers/__init__.py warning (#1129)
Browse files Browse the repository at this point in the history
* Update transformers/__init__.py warning

* Update __init__.py
  • Loading branch information
mgoin committed Jul 19, 2023
1 parent 745ecc3 commit 23178bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _check_transformers_install():
if not getattr(_transformers, "NM_INTEGRATED", False):
_LOGGER.warning(
"The neuralmagic fork of transformers may not be installed. It can be "
f"installed via `pip install {nm_transformers}`"
"installed via `pip install nm_transformers`"
)


Expand Down

0 comments on commit 23178bc

Please sign in to comment.