We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not applicable
When instantiating DeployedModel, a warning is raised:
DeployedModel
UserWarning: Field "model_id" has conflict with protected namespace "model_". You may be able to resolve this warning by setting model_config['protected_namespaces'] = (). warnings.warn(
UserWarning: Field "model_id" has conflict with protected namespace "model_".
You may be able to resolve this warning by setting model_config['protected_namespaces'] = (). warnings.warn(
model_config['protected_namespaces'] = ()
The code to avoid this warning is already in the codebase, but has not been published, yet.
Is there a timeline for a 0.7.1 release that will include this fix?
Instantiating DeployedModel does not raise any warnings.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System Info
not applicable
Information
Tasks
Reproduction
When instantiating
DeployedModel
, a warning is raised:The code to avoid this warning is already in the codebase, but has not been published, yet.
Is there a timeline for a 0.7.1 release that will include this fix?
Expected behavior
Instantiating
DeployedModel
does not raise any warnings.The text was updated successfully, but these errors were encountered: