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 019c4d6 commit 9b9d6b9Copy full SHA for 9b9d6b9
src/replicate/lib/_stream.py
@@ -92,7 +92,7 @@ def stream(
92
)
93
94
# Use the existing use() function with streaming=True
95
- model = use(client, ref, streaming=True) # pyright: ignore[reportUnknownVariableType]
+ model = use(client, ref, streaming=True) # type: ignore[var-annotated] # pyright: ignore[reportUnknownVariableType]
96
97
# Call the model with the input
98
return model(**input) # type: ignore[return-value]
0 commit comments