Commit b1dd5853 authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

fix typo

parent 98747638
...@@ -10,7 +10,7 @@ try: ...@@ -10,7 +10,7 @@ try:
except ModuleNotFoundError: except ModuleNotFoundError:
raise Exception( raise Exception(
"`pycountry` is required for generating translation task prompt templates. \ "`pycountry` is required for generating translation task prompt templates. \
please install pycountry via pip install lm-eval[multilingua] or pip install -e .[multilingual]", please install pycountry via pip install lm-eval[multilingual] or pip install -e .[multilingual]",
) )
......
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