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
To make interaction with the benchmark framework as seamless as possible we want to provide a simple script to launch submitted solutions and run our tests on them.
The following tasks should be completed for this:
Decide on scripting-language (bash vs. python)
Agree on how solutions declare how to run their executable
make a CLI executable from model comparator to check if models are similar
The text was updated successfully, but these errors were encountered:
Script to check correctness added with #19
It is written in bash, solutions have to write a launch.env file to specify how to build and launch the solution.
To make interaction with the benchmark framework as seamless as possible we want to provide a simple script to launch submitted solutions and run our tests on them.
The following tasks should be completed for this:
The text was updated successfully, but these errors were encountered: