mlcommons / modelgauge

Make it easy to automatically and uniformly measure the behavior of many AI Systems.
https://mlcommons.org/ai-safety/
Apache License 2.0
25 stars 7 forks source link

Tests get newest dependency versions #585

Open bkorycki opened 1 week ago

bkorycki commented 1 week ago

Tests should always check if there is a new version of their dependency available. If so, they should download it. We can optionally add a --no-update option to run a test with the locally downloaded dependencies without checking for new versions.