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
Describe the bug timeout_config is a tuple and it is not serialized properly using Pipeline.dumps.
This causes the subsequent deserialization from YAML to fail.
File "/home/anakin87/.virtualenvs/llms4devs/lib/python3.10/site-packages/yaml/constructor.py", line 427, in construct_undefined
raise ConstructorError(None, None,
yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/tuple'
in "<unicode string>", line 35, column 27:
timeout_config: !!python/tuple
Describe the bug
timeout_config
is a tuple and it is not serialized properly usingPipeline.dumps
.This causes the subsequent deserialization from YAML to fail.
To Reproduce
Error:
YAML
Describe your environment (please complete the following information):
The text was updated successfully, but these errors were encountered: