diff --git a/exorde/pre_install.py b/exorde/pre_install.py index 352200a..58d2628 100755 --- a/exorde/pre_install.py +++ b/exorde/pre_install.py @@ -34,7 +34,7 @@ def install_hugging_face_models(models): def is_english_target(s): return '→ English' in s -langs_to_exclude_from_preinstall = ["Azerbaijani", "Catalan", "Esperanto", "Persian"] +langs_to_exclude_from_preinstall = ["Catalan", "Esperanto"] def is_to_exclude(s): for lang in langs_to_exclude_from_preinstall: