Hi, Related to this issue, By default, since the pydantic version is not pinned, greater than version 2 is used which is causing issues with loading. However `pip install pydantic==1.10.14` resolves this issue and I can load models normally now.
Hi,
Related to this issue,
By default, since the pydantic version is not pinned, greater than version 2 is used which is causing issues with loading.
However
pip install pydantic==1.10.14resolves this issue and I can load models normally now.