Commit 452339e2 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

fix typo

parent 08c85229
...@@ -66,7 +66,7 @@ class RevisionNotFoundError(HTTPError): ...@@ -66,7 +66,7 @@ class RevisionNotFoundError(HTTPError):
TRANSFORMERS_IMPORT_ERROR = """ TRANSFORMERS_IMPORT_ERROR = """
{0} requires the transformers library but it was not found in your environment. You can install it with pip: {0} requires the transformers library but it was not found in your environment. You can install it with pip:
`pip install accelerate` `pip install transformers`
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment