Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed May 29, 2021
1 parent e5d3e5b commit a0ba2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash/text/seq2seq/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def __init__(self):
super().__init__()

if not _TEXT_AVAILABLE:
raise ModuleNotFoundError("Please, pip install -e '.[text]'")
raise ModuleNotFoundError("Please, pip install 'lightning-flash[text]'")

self._backbone = None
self._tokenizer = None
Expand Down

0 comments on commit a0ba2ca

Please sign in to comment.