Skip to content

Commit

Permalink
Update pre_install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasExorde authored Oct 16, 2023
1 parent 07af485 commit 75f879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exorde/pre_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75f879c

Please sign in to comment.