fixdev: revision
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ translation_model_name = "facebook/nllb-200-distilled-600M"
|
|
75 |
translation_tool = load_tool(
|
76 |
"smolagents-tools/translation",
|
77 |
model_repo_id=translation_model_name,
|
78 |
-
revision="pytorch_model.bin",
|
79 |
default_checkpoint="pytorch_model.bin",
|
80 |
trust_remote_code=True
|
81 |
)
|
|
|
75 |
translation_tool = load_tool(
|
76 |
"smolagents-tools/translation",
|
77 |
model_repo_id=translation_model_name,
|
78 |
+
revision="facebook/nllb-200-distilled-600M/pytorch_model.bin",
|
79 |
default_checkpoint="pytorch_model.bin",
|
80 |
trust_remote_code=True
|
81 |
)
|