laverdes commited on
Commit
2159c81
·
verified ·
1 Parent(s): 42a5d6e

fixdev: revision

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )