Error encountered when deploying Microsoft phi1-5 to Azure AI Hub
I have created an Azure AI Hub and I would like to deploy Microsoft phi1-5 to my project in the AI Hub. Deployment options is managed compute.
However, I encountered an error which is shown in the attached file. phi_depyloy_error_log.txt
The error message says
PydanticUserError( pydantic.errors.PydanticUserError: If you use
@root_validator
with pre=False (the default) you MUST specifyskip_on_failure=True
. Note that@root_validator
is deprecated and should be replaced with@model_validator
.
The deploy script is managed by the AI Hub, so I cannot modify it. Is there any way to resolve this error?