Torch versions needed in Python 3.8 and 3.9 are too large to fit in Lambda. To support them, we zip torch Python package and add unzipping to the cold start procedure. This is skipped on Python 3.7
In the future, we might need to use Docker images as a better solution for large packages.
Torch versions needed in Python 3.8 and 3.9 are too large to fit in Lambda. To support them, we zip
torch
Python package and add unzipping to the cold start procedure. This is skipped on Python 3.7In the future, we might need to use Docker images as a better solution for large packages.