manisnesan / fastchai

Repository capturing deep learning & nlp experiments using fastai & pytorch
Apache License 2.0
2 stars 0 forks source link

serverless transformers using aws lambda #8

Open manisnesan opened 2 years ago

manisnesan commented 2 years ago

Reproduce the work performed on End2End Serverless Transformers On AWS Lambda For NLP

Expected Outcomes

References

Agenda

Paradigms of deployment 1. Live server 2. Batch processing 3. Serverless Benefits of serverless Deploying transformer models on Lambda Exposing API Versioning lambdas CI/CD with GitHub actions Runtime limitations and consequences Multi-tenant design for lambdas Conclusion

Key takeaways

Learn to deploy transformers in production Serverless can be really good for many scenarios Get huge instant scalability with serverless Tons of savings in cost and headache

KeyPoints