Skip to main content

Minimalistic & easy deployment of PyTorch models on AWS Lambda with C++

Project description

torchlambda is a tool to deploy PyTorch models on Amazon's AWS Lambda using AWS SDK for C++ and custom C++ runtime.

Using statically compiled dependencies whole package is shrunk to only 30MB.

Due to small size of compiled source code users can pass their models as AWS Lambda layers. Services like Amazon S3 are no longer necessary to load your model.

torchlambda has it's PyTorch & AWS dependencies always up to date because of continuous deployment run at 03:00 a.m. every day.

Docs Deployment Package Python PyTorch Docker CodeBeat Images
Documentation CD PyPI Python PyTorch Docker codebeat badge Images

Comparison with other deployment tools

  • Do one thing and do it well - most deployment tools are complex solutions including multiple frameworks and multiple services. torchlambda focuses solely on PyTorch and AWS Lambda integration.
  • Write programs to work together - Amazon AWS & PyTorch exist for a reason, no need to repeat their functionalities (like aws-cli). No source code modifications of your neural networks required either.
  • Small is beautiful - 3000 LOC (most being convenience wrapper creating this tool) make it easy to delve into source code and modify what you want on your own.
  • Integration with other tools - as torchlambda focuses on narrow space you can use any tools you like with PyTorch (e.g. for training you can use KubeFlow or BentoML) and AWS (for example Terraform).
  • Easy to jump in - no need to learn new tool. torchlambda has at most 4 commands simplifying steps to take PyTorch model into the cloud which are mostly repetitive and possible to automate further.
  • Extensible when you need it - All you usually need are a few lines of YAML settings, but if you wish to fine-tune your deployment you can use torchlambda build --flags (changing various properties of PyTorch and AWS dependencies).

Table Of Contents

Footnotes

1. Support for latest version of it's main DL framework or main frameworks if multiple supported

2. Project dependencies are easily customizable. In torchlambda it would be user specified build procedures for libtorch and AWS C++ SDK

3. Necessary size of code and dependencies to deploy model

4. Based on Dockerfile size

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torchlambda-1590212916.tar.gz (21.8 kB view details)

Uploaded Source

Built Distribution

torchlambda-1590212916-py3-none-any.whl (29.0 kB view details)

Uploaded Python 3

File details

Details for the file torchlambda-1590212916.tar.gz.

File metadata

  • Download URL: torchlambda-1590212916.tar.gz
  • Upload date:
  • Size: 21.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for torchlambda-1590212916.tar.gz
Algorithm Hash digest
SHA256 065b8eefdc14422f4bc75bd616db4d37d0e571c78cffe43bae742da29db621c7
MD5 511c3745ccc7207a44a1685ebedfb906
BLAKE2b-256 ee72ae76fff0bbf84487c51987016504184120d77104c7bb32461196e6fa476b

See more details on using hashes here.

File details

Details for the file torchlambda-1590212916-py3-none-any.whl.

File metadata

  • Download URL: torchlambda-1590212916-py3-none-any.whl
  • Upload date:
  • Size: 29.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for torchlambda-1590212916-py3-none-any.whl
Algorithm Hash digest
SHA256 f62a0381b0cfd848278477960c050228446f43b1ea2a056d677c72a137114d6a
MD5 39566bb98080d1e00762a78fdee9855f
BLAKE2b-256 ddd20e52e5c878d31e008d00158b834998f6c83e4150285eba6cfa1eb1e6fd0a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page