From 75f879cc36282e1f5b70d25bf721fe82801ef5bc Mon Sep 17 00:00:00 2001 From: Mathias Dail <93382891+MathiasExorde@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:28:26 +0200 Subject: [PATCH] Update pre_install.py --- exorde/pre_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: