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

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="4942f357c5e13a13c1bb47c771c3843be02be308",
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="pytorch_model.bin",
79
  default_checkpoint="pytorch_model.bin",
80
  trust_remote_code=True
81
  )