do not unload immich ML model [ci skip]
This commit is contained in:
parent
62be47b2a9
commit
e8e18d466e
1 changed files with 4 additions and 0 deletions
|
|
@ -372,6 +372,10 @@ resource "kubernetes_deployment" "immich-machine-learning" {
|
||||||
protocol = "TCP"
|
protocol = "TCP"
|
||||||
name = "immich-ml"
|
name = "immich-ml"
|
||||||
}
|
}
|
||||||
|
env {
|
||||||
|
name = "MACHINE_LEARNING_MODEL_TTL"
|
||||||
|
value = 0
|
||||||
|
}
|
||||||
env {
|
env {
|
||||||
name = "TRANSFORMERS_CACHE"
|
name = "TRANSFORMERS_CACHE"
|
||||||
value = "/cache"
|
value = "/cache"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue