"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "80684f6f86c13a89fc1e4feac248ef96b013765c"
Unverified Commit 05dab4e5 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix test `ExamplesTests::test_run_translation` (#30281)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 304c6a1e
...@@ -372,6 +372,7 @@ class ExamplesTests(TestCasePlus): ...@@ -372,6 +372,7 @@ class ExamplesTests(TestCasePlus):
--predict_with_generate --predict_with_generate
--source_lang en_XX --source_lang en_XX
--target_lang ro_RO --target_lang ro_RO
--max_source_length 512
""".split() """.split()
with patch.object(sys, "argv", testargs): with patch.object(sys, "argv", testargs):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment