alianoroozi / yolov8-object-detection-via-sagemaker-endpoints

YOLOv8 object detection - deploy and inference using aws sagemaker endpoints
MIT License
3 stars 0 forks source link

Deploy failed #1

Open ZQFORWARD opened 2 months ago

ZQFORWARD commented 2 months ago

Hello, I encountered some issues while deploying YOLO on SageMaker according to your steps. Can you help me take a look?

  2024-07-11T07:19:57.562Z2024-07-11T07:19:57,437 [WARN ] W-9000-model_1.0-stderr MODEL_LOG - ⚠️ Download failure, retrying 1/3 https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8x.pt... 2024-07-11T07:19:57,437 [WARN ] W-9000-model_1.0-stderr MODEL_LOG - ⚠️ Download failure, retrying 1/3 https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8x.pt...
  2024-07-11T07:19:57.562Z 2024-07-11T07:19:57,447 [WARN ] W-9000-model_1.0-stderr MODEL_LOG - curl: /opt/conda/lib/libcurl.so.4: no version information available (required by curl)
  2024-07-11T07:19:57.562Z2024-07-11T07:19:57,504 [WARN ] W-9000-model_1.0-stderr MODEL_LOG - Warning: Failed to create the file /opt/ml/model/yolov8x.pt: Read-only file 2024-07-11T07:19:57,504 [WARN ] W-9000-model_1.0-stderr MODEL_LOG - Warning: Failed to create the file /opt/ml/model/yolov8x.pt: Read-only file
alianoroozi commented 2 months ago

Hi, It seems like your pipeline cannot access the model file. Please make sure you can download the file from github.