Sagemaker 自定义模型:"The model data archive is too large" 创建端点时出错
Sagemaker custom model : "The model data archive is too large" error when creation endpoint
最近,在使用已知良好的端点配置时,我不断收到:"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." 错误。 tar.gz 文件有 7.7G,但没有加载到内存中(只有一小部分)。我想知道最近是否有任何变化可能导致此问题。
感谢您的任何见解
伊曼纽尔
使用 SageMaker 创建端点时,模型数据工件将下载并解压缩到实例上的关联 disk/EBS 卷上。此卷大小与您选择的实例类型成正比 [1]。
请确保您选择的实例类型有足够的磁盘 space 来容纳未压缩的 .tar.gz 文件。 (稍后将其完全或部分加载到内存中并不重要,它必须在未压缩的情况下放入磁盘)。
[1] 实例类型的卷大小 - https://docs.aws.amazon.com/sagemaker/latest/dg/host-instance-storage.html
最近,在使用已知良好的端点配置时,我不断收到:"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." 错误。 tar.gz 文件有 7.7G,但没有加载到内存中(只有一小部分)。我想知道最近是否有任何变化可能导致此问题。
感谢您的任何见解
伊曼纽尔
使用 SageMaker 创建端点时,模型数据工件将下载并解压缩到实例上的关联 disk/EBS 卷上。此卷大小与您选择的实例类型成正比 [1]。
请确保您选择的实例类型有足够的磁盘 space 来容纳未压缩的 .tar.gz 文件。 (稍后将其完全或部分加载到内存中并不重要,它必须在未压缩的情况下放入磁盘)。
[1] 实例类型的卷大小 - https://docs.aws.amazon.com/sagemaker/latest/dg/host-instance-storage.html