do not unload immich ML model [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-17 23:39:46 +00:00
parent 1e17b73d92
commit 70952c2448
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -372,6 +372,10 @@ resource "kubernetes_deployment" "immich-machine-learning" {
protocol = "TCP"
name = "immich-ml"
}
env {
name = "MACHINE_LEARNING_MODEL_TTL"
value = 0
}
env {
name = "TRANSFORMERS_CACHE"
value = "/cache"