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 fba9efe commit 73c5417Copy full SHA for 73c5417
nx/lib/nx/serving.ex
@@ -585,7 +585,7 @@ defmodule Nx.Serving do
585
Configure the serving to stream its results.
586
587
Once `run/2` or `batched_run/2` are invoked, it will then
588
- return a stream. The stream is must be consumed in the same
+ return a stream. The stream must be consumed in the same
589
process that calls `run/2` or `batched_run/2`.
590
591
Batches will be streamed as they arrive. You may also opt-in
0 commit comments