billchen
billchen
RRunPod
Created by billchen on 3/6/2025 in #⚡|serverless
Build fail:"code":"BLOB_UNKNOWN"
error show: 2025-03-07 00:09:40 [INFO] sha256:9b6fcd7cc5df8c4b6b83df5513c224b403b862ae741e7cd666dc045d995b49d1: 7282047 upload bytes left. 2025-03-07 00:09:42 [INFO] Pushed sha256:9b6fcd7cc5df8c4b6b83df5513c224b403b862ae741e7cd666dc045d995b49d1 2025-03-07 00:09:44 [ERROR] 476 | method: "PUT", 2025-03-07 00:09:44 [ERROR] 477 | }); 2025-03-07 00:09:44 [ERROR] 478 | 2025-03-07 00:09:44 [ERROR] 479 | if (!responseManifestUpload.ok) { 2025-03-07 00:09:44 [ERROR] 480 | throw new Error( 2025-03-07 00:09:44 [ERROR] ^ 2025-03-07 00:09:44 [ERROR] error: manifest upload https://registry.runpod.net/v2/unrulpkk-myworker1-main-dockerfile/manifests/e04bbedb9 returned 400: {"errors":[{"code":"BLOB_UNKNOWN","message":"unknown blob sha256:c87428705661d25fe0cf253068373ac1a58694e71a7bbc2299c0c418a92a3ae1","detail":{}}]} 2025-03-07 00:09:44 [ERROR] at /app/serverless-registry/push/index.ts:480:9 2025-03-07 00:09:44 [ERROR] 2025-03-07 00:09:44 [ERROR] Bun v1.1.32 (Linux x64) 2025-03-07 00:09:44 [ERROR] Image push finished with wrong exit code: Please view the logs to find out what went wrong. Contact support in case you cannot understand.
3 replies
RRunPod
Created by billchen on 2/28/2025 in #⚡|serverless
fail: timeout ,exporting to oci image format. This takes a little bit of time. Please be patient.
No description
6 replies
RRunPod
Created by billchen on 3/30/2024 in #⚡|serverless
copying a param with shape torch.Size([2048, 1280]) from checkpoint, the shape in current model is t
I was using the https://github.com/ashleykleynhans/runpod-worker-instantid project, and then I changed the original model wangqixun/YamerMIX_v8 to Justin-Choo/XXMix_9realisticSDXL. Then an error occurred. show error: "Error(s) in loading state_dict for Resampler:\n\tsize mismatch for proj_out.weight: copying a param with shape torch.Size([2048, 1280]) from checkpoint, the shape in current model is torch.Size([768, 1280]).\n\tsize mismatch for proj_out.bias: copying a param with shape torch.Size([2048]) from checkpoint, the shape in current model is torch.Size([768]).\n\tsize mismatch for norm_out.weight: copying a param with shape torch.Size([2048]) from checkpoint, the shape in current model is torch.Size([768]).\n\tsize mismatch for norm_out.bias: copying a param with shape torch.Size([2048]) from checkpoint, the shape in current model is torch.Size([768])."
6 replies