philschmid / easyllm

https://philschmid.github.io/easyllm/
MIT License
431 stars 34 forks source link

Streaming support in Sagemaker? #32

Open AIByteSmith opened 1 year ago

AIByteSmith commented 1 year ago

Wondering if it is possible to add streaming support for models hosted on Sagemaker. This example makes it seem possible, but the implementation looks awkward. https://github.com/aws/amazon-sagemaker-examples/blob/main/inference/generativeai/llm-workshop/lab6-stream-with-pagination/stream_pagination_lmi.ipynb

philschmid commented 1 year ago

Hello Streaming is not yet support on SageMaker, easyllm is not using any layer in between. I hope they ll add support soon then i ll add it as well.