Unverified Commit f62755a6 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[s2s examples test] fix data path (#8398)

parent 4a53e8e9
...@@ -95,7 +95,7 @@ class TestSummarizationDistillerMultiGPU(TestCasePlus): ...@@ -95,7 +95,7 @@ class TestSummarizationDistillerMultiGPU(TestCasePlus):
args = f""" args = f"""
--model_name Helsinki-NLP/opus-mt-en-ro --model_name Helsinki-NLP/opus-mt-en-ro
--save_dir {output_dir} --save_dir {output_dir}
--data_dir test_data/wmt_en_ro --data_dir {self.test_file_dir_str}/test_data/wmt_en_ro
--num_beams 2 --num_beams 2
--task translation --task translation
""".split() """.split()
......
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