Modalities / modalities

A framework for training multimodal foundation models.
MIT License
57 stars 5 forks source link

Fix pydantic warnings about model_ namespace #199

Closed flxst closed 1 month ago

flxst commented 1 month ago

What does this PR do?

This PR fixes pydantic warnings like UserWarning: Field "model_initializer" has conflict with protected namespace "model_" (see #108) in the same way as #109. This should probably be considered a quick fix rather than a permanent solution (see #200).

General Changes

none except for the above

Breaking Changes

none

Checklist before submitting final PR