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
Likewise, we poll specific benchmarking jobs like this (for instance):
python metriq_gym/poll_qv.py
However, we would ideally like to provide "dispatch" and "poll" as agnostic options that can be supplied as arguments via the CLI and not necessarily tie them to specific benchmarks. So, for example, one might instead do this for dispatching:
We presently dispatch specific benchmarking jobs like this (for instance):
Likewise, we poll specific benchmarking jobs like this (for instance):
However, we would ideally like to provide "dispatch" and "poll" as agnostic options that can be supplied as arguments via the CLI and not necessarily tie them to specific benchmarks. So, for example, one might instead do this for dispatching:
This would generate a specific
metriq-gym
job ID. This ID could then be used to retrieve the job status and (if finished) the results of the job.The text was updated successfully, but these errors were encountered: