We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1767341 commit 2ea8313Copy full SHA for 2ea8313
tests/pipelines/test_pipelines_common.py
@@ -2044,7 +2044,7 @@ def test_encode_prompt_works_in_isolation(self):
2044
ast_vistor.visit(encode_prompt_tree)
2045
prompt_embed_kwargs = ast_vistor.return_names
2046
prompt_embeds_kwargs = dict(zip(prompt_embed_kwargs, encoded_prompt_outputs))
2047
-
+
2048
# Pack the outputs of `encode_prompt`.
2049
adapted_prompt_embeds_kwargs = {
2050
k: prompt_embeds_kwargs.pop(k) for k in list(prompt_embeds_kwargs.keys()) if k in pipe_call_parameters
0 commit comments