What is the purpose of 'streaming' mode in NVIDIA Triton Inference Server when handling NLP text generation?
-
A
To distribute tokens across multiple GPUs
-
B
To return generated tokens incrementally as they are produced rather than waiting for full completion
-
C
To cache key-value attention states to disk
-
D
To quantize model weights during inference