aws / aws/sagemaker-python-sdk
Serverless Endpoint Can't Run Due to Insufficient Space
- 主要语言
- Python
- 星标
- 2.3k
- 派生
- 1.3k
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 35
描述
**Describe the bug**
I am trying to run a serverless endpoint but the endpoint always fails to get created while trying to install dependencies. I understand that serverless endpoints do not have much space but I provisioned the full 6GB amount and it hasn't even gotten to downloading the model.
**To reproduce**
Create a sagemaker serverless endpoint withe the following configuration:
IMAGE:
763104351884.dkr.ecr.eu-west-2.amazonaws.com/pytorch-inference:2.2.0-cpu-py310-ubuntu20.04-sagemaker
REQUIRMENTS:
torchaudio==2.2.2
sox==1.5.0
huggingface_hub>=0.8.0
hyperpyyaml>=0.0.1
joblib>=0.14.1
numpy>=1.17.0
packaging
pandas>=1.0.1
pre-commit>=2.3.0
pygtrie>=2.1,<3.0
scipy>=1.4.1,<1.13.0
sentencepiece>=0.1.91
SoundFile; sys_platform == 'win32'
torch>=1.9.0,<=2.2.2
tqdm>=4.42.0
transformers>=4.30.0
speechbrain==1.0.0
Alternatively you could reduce this to the following but the others will be installed as dependencies anyway:
torchaudio==2.2.2
sox==1.5.0
speechbrain==1.0.0
MEMORY:
6GB
**Expected behavior**
Serverless endpoint is created
**Screenshots or logs**

**System information**
A description of your system. Please provide:
- **SageMaker Python SDK version**: Used AWS Console
- **Framework name (eg. PyTorch) or algorithm (eg. KMeans)**: Pytorch, Speechbrain (speechbrain/spkrec-ecapa-voxceleb)
- **Framework version**: Speechbrain (1.0.0)
- **Python version**: 3.10
- **CPU or GPU**: CPU
- **Custom Docker image (Y/N)**: N
**Additional context**
On my local machine a virtual environment with the packages outlined in the requirements.txt file takes 842MB
贡献指南
调研方向
报告未指出 SageMaker Python SDK 的文件、测试或 SDK 版本;该问题是通过 AWS Console,使用 PyTorch 2.2.0 镜像和列出的依赖项复现的。首先复现无服务器端点的创建,并检查依赖项安装失败日志。当端点在 6GB 分配内成功创建,或该限制已记录在案时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- aws, python, pytorch
- 领域
- cloud, machine-learning
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100