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
Sachi reports an error when running the command poetry run modelbench benchmark -m 10 --plugin-dir plugins/localModel/ --sut local_sut
I was trying to run modelbench, I think there were some latest changes in the last couple of days. When I try to run a sample of the benchmark, I get this:
raise MissingSecretValues.combine(missing_secrets)
modelgauge.secret_values.MissingSecretValues: Missing the following secrets:
scope='modellab_files' key='token' instructions='Please ask MLCommons admin for permission.'
I hadn't seen this before, is this for the latest practice set?
i added a new plugin - to read a local model. and it works with the "poetry run modelgauge run-csv-items sample.csv --sut local_sut
The text was updated successfully, but these errors were encountered:
Sachi reports an error when running the command
poetry run modelbench benchmark -m 10 --plugin-dir plugins/localModel/ --sut local_sut
The text was updated successfully, but these errors were encountered: