Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 516 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 516 Bytes

Whisper Server

This Whisper prediction server for SageMaker is based on https://github.com/aws/amazon-sagemaker-examples/tree/main/advanced_functionality/scikit_bring_your_own

The concept for this server is briefly explained here: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html

Compared to the typical approach in both of those links, our case does not use SageMaker support for loading model data, instead using the simple Whisper model data loading functionality built in