Haidra-Org / horde-model-reference

This package provides some tools to help manage the model metadata which AI-Horde uses
GNU Affero General Public License v3.0
4 stars 3 forks source link

Allow "optimization" key #78

Open db0 opened 8 months ago

db0 commented 8 months ago

I want to add a new key for models in the reference "optimization" which is optional, or "turbo", "lightning" etc

image

tazlin commented 8 months ago

This is going to require making sure the 'legacy' -> 'new' format parsing caries arbitrary fields across during the conversion process in production, but fails during testing (so they can be explicitly defined in pydantic basemodels).