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
When a miner model is first submitted, there are multitude of steps done before it is properly added to the evaluation queue.
Some of these steps include (but are not limited to)
Check if huggingface repo is public
Check model repo size
Check hashes of safetensors
These steps are likely better executed in a dedicated check, and will allow for additional steps in the future to be added.
Thus, the implementation of a PRECHECK state will help better execute the above.
The text was updated successfully, but these errors were encountered:
When a miner model is first submitted, there are multitude of steps done before it is properly added to the evaluation queue.
Some of these steps include (but are not limited to)
These steps are likely better executed in a dedicated check, and will allow for additional steps in the future to be added.
Thus, the implementation of a
PRECHECK
state will help better execute the above.The text was updated successfully, but these errors were encountered: