Add runpod sls handler

This commit is contained in:
zeke
2025-04-14 18:30:14 -08:00
committed by Wing Lian
parent f9c7c3bb72
commit c2fc35f520
12 changed files with 1598 additions and 0 deletions

15
.runpod/requirements.txt Normal file
View File

@@ -0,0 +1,15 @@
# Required Python packages get listed here, one per line.
# Reccomended to lock the version number to avoid unexpected changes.
# You can also install packages from a git repository, e.g.:
# git+https://github.com/runpod/runpod-python.git
# To learn more, see https://pip.pypa.io/en/stable/reference/requirements-file-format/
runpod~=1.7.0
huggingface_hub
typing-extensions
pydantic
pydantic-settings
hf-transfer
setuptools
numpy==2.0.0
axolotl