You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log "Using Python: " when running run_mrt.sh with a path and python version.
Log "Using pymarian: ".
Let overwrite the Python binary similarly to providing marian binary, for example PYTHONBIN=python3 run_mrt.sh
In tests/pymarian/setup.sh consider the case when multiple .whl files are present in marian's build/ directory and instead of failing, maybe pick just the first one.
The pymarian test should not fail due to not being able to download the licensed COMET-Kiwi model. I believe we can split test_pymarian.sh into 2 .sh test files: (1) one running COMET-Kiwi unit tests, which will be skipped if the model cannot be downloaded and 2) the other running all other unit tests.
The text was updated successfully, but these errors were encountered:
Proposed improvements:
run_mrt.sh
with a path and python version.PYTHONBIN=python3 run_mrt.sh
tests/pymarian/setup.sh
consider the case when multiple .whl files are present in marian's build/ directory and instead of failing, maybe pick just the first one.test_pymarian.sh
into 2.sh
test files: (1) one running COMET-Kiwi unit tests, which will be skipped if the model cannot be downloaded and 2) the other running all other unit tests.The text was updated successfully, but these errors were encountered: