Fixed the "Invalid model name" error in TranslationModel.
Browse files
src/translation/translationModel.py
CHANGED
|
@@ -435,7 +435,7 @@ _MODELS = ["nllb-200",
|
|
| 435 |
"mt5",
|
| 436 |
"ALMA",
|
| 437 |
"madlad400",
|
| 438 |
-
"seamless"
|
| 439 |
"Llama"]
|
| 440 |
|
| 441 |
def check_model_name(name):
|
|
|
|
| 435 |
"mt5",
|
| 436 |
"ALMA",
|
| 437 |
"madlad400",
|
| 438 |
+
"seamless",
|
| 439 |
"Llama"]
|
| 440 |
|
| 441 |
def check_model_name(name):
|