Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify model submission checking to a dedicated PRECHECK state #69

Open
donaldknoller opened this issue Oct 8, 2024 · 0 comments
Open

Comments

@donaldknoller
Copy link
Contributor

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)

  1. Check if huggingface repo is public
  2. Check model repo size
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant