You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes ([x]).
I have a Modzy API Key active and have the entitlements to perform the desired action.
I review that have access to Modzy API host.
I think that is a error specific to the SDK.
I review the documentation and existing issues in order to not duplicate existing ones.
I am willing to follow-up on comments in a timely manner.
Info
Modzy SDK version: 0.11.5
Python version: 3.8.10
Operating System: Linux
Description
The edge client inferences.run method is a wrapper around inferences.perform_inference and inferences.block_until_complete. The issue is, this method does not accept a timeout parameter, so for models that take longer than 30 seconds to perform inference (default value in block_until_complete method, you have to manually use the perform inference --> block until complete methods.
The text was updated successfully, but these errors were encountered:
Checklist
Please review first that the issue is fully related with this SDK by checking the relevant checkboxes (
[x]
).Info
Description
The edge client
inferences.run
method is a wrapper aroundinferences.perform_inference
andinferences.block_until_complete
. The issue is, this method does not accept a timeout parameter, so for models that take longer than 30 seconds to perform inference (default value inblock_until_complete
method, you have to manually use the perform inference --> block until complete methods.The text was updated successfully, but these errors were encountered: