OpenModelDB / open-model-database

An open and free database for AI models
https://openmodeldb.info
GNU General Public License v3.0
307 stars 33 forks source link

Require resource size #366

Closed RunDevelopment closed 10 months ago

RunDevelopment commented 10 months ago

This PR makes the size property on resources required. It has been nullable up until now because we didn't know the size of all model files in the beginning. This is no longer the case, so I think it's fine to require size now.