【发布时间】:2020-05-06 00:26:40
【问题描述】:
我正在使用 aws sagemaker 部署一个模型,该模型生成的工件很大。压缩后的大小约为 80GB。在 ml.m5.12xlarge 实例上的 sage maker 上部署会在部署到端点时引发此错误
The model data archive is too large. Please reduce the size of the model data archive or move to an instance type with more memory.
我发现 aws 会根据实例大小 (https://docs.aws.amazon.com/sagemaker/latest/dg/host-instance-storage.html) 附加 EBS 卷,我在这里找不到超过 30Gb 的内容。我应该在这里使用多模型端点吗?
【问题讨论】:
-
什么机型有这么大的神器?这是非常罕见的;也许有办法避免这种情况
标签: training-data amazon-sagemaker