Skip to content

Simplify model submission checking to a dedicated PRECHECK state #69

@donaldknoller

Description

@donaldknoller

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions