ImmichI
Immich4mo ago
jsdev

Can't download new Smart Search Model.

Looks like I'm getting 500 and 502 errors on the request.
Getting below logs:

[09/11/25 17:15:27] INFO     Listening at: http://[::]:3003 (8)                 
[09/11/25 17:15:27] INFO     Using worker: immich_ml.config.CustomUvicornWorker 
[09/11/25 17:15:27] INFO     Booting worker with pid: 9                         
[09/11/25 17:15:28] INFO     Started server process [9]                         
[09/11/25 17:15:28] INFO     Waiting for application startup.                   
[09/11/25 17:15:28] INFO     Created in-memory cache with unloading disabled.   
[09/11/25 17:15:28] INFO     Initialized request thread pool with 16 threads.   
[09/11/25 17:15:28] INFO     Application startup complete.                      
[09/11/25 17:15:29] INFO     Downloading visual model                           
                             'ViT-SO400M-16-SigLIP2-256__webli'. This may take a
                             while.                                             
  2025-09-11T22:16:36.711368Z  WARN  Status Code: 502. Retrying..., request_id: ""
    at /home/runner/work/xet-core/xet-core/cas_client/src/http_client.rs:207

  2025-09-11T22:16:36.711393Z  WARN  Retry attempt #0. Sleeping 2.415635614s before the next attempt
    at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-retry-0.7.0/src/middleware.rs:171

  2025-09-11T22:16:36.720365Z  WARN  Status Code: 502. Retrying..., request_id: ""
    at /home/runner/work/xet-core/xet-core/cas_client/src/http_client.rs:207

  2025-09-11T22:16:36.720391Z  WARN  Retry attempt #0. Sleeping 914.320348ms before the next attempt
    at /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-retry-0.7.0/src/middleware.rs:171

  2025-09-11T22:16:37.836372Z  WARN  Status Code: 502. Retrying..., request_id: ""
    at /home/runner/work/xet-core/xet-core/cas_client/src/http_client.rs:207
Was this page helpful?