[PR #15398] [MERGED] feat: Add additional env variables to ML container #14520

Closed
opened 2026-02-05 15:33:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/15398
Author: @1-tempest
Created: 1/17/2025
Status: Merged
Merged: 1/18/2025
Merged by: @mertalev

Base: mainHead: main


📝 Commits (10+)

  • b03f186 Add additional variables to preload part ML models
  • 05fda40 Add additional variables to preload part ML models
  • 41d74f0 Add additional variables to preload part ML models
  • f67c051 Add additional variables to preload part ML models
  • a5a9cc6 Add additional variables to preload part ML models
  • cf27958 Add additional variables to preload part ML models
  • 38068e6 Add additional variables to preload part ML models
  • c378afb Add additional variables to preload part ML models
  • 3bd2ec6 Add additional variables to preload part ML models
  • 85e17e4 Update config.py

📊 Changes

2 files changed (+25 additions, -23 deletions)

View changed files

📝 machine-learning/app/config.py (+10 -22)
📝 machine-learning/app/main.py (+15 -1)

📄 Description

Modify ML Container variables

ADD:

MACHINE_LEARNING_PRELOAD__CLIP__TEXTUAL
MACHINE_LEARNING_PRELOAD__CLIP__VISUAL
MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION__RECOGNITION
MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION__DETECTION

DEPRECIATE:

MACHINE_LEARNING_PRELOAD__CLIP
MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/15398 **Author:** [@1-tempest](https://github.com/1-tempest) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@mertalev](https://github.com/mertalev) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`b03f186`](https://github.com/immich-app/immich/commit/b03f1863f5f22a8bcea672cb105deb6d739de0ea) Add additional variables to preload part ML models - [`05fda40`](https://github.com/immich-app/immich/commit/05fda4078aacd0b92e483afa98209d99e87e9552) Add additional variables to preload part ML models - [`41d74f0`](https://github.com/immich-app/immich/commit/41d74f066c9fdedbae825e9679a0c5d9b699f33b) Add additional variables to preload part ML models - [`f67c051`](https://github.com/immich-app/immich/commit/f67c0518d3cf4d1174704f4f6d72ef4f0f7f2c06) Add additional variables to preload part ML models - [`a5a9cc6`](https://github.com/immich-app/immich/commit/a5a9cc65f98995cf4b47ce784df5b72e9b0511d7) Add additional variables to preload part ML models - [`cf27958`](https://github.com/immich-app/immich/commit/cf2795874f382f1ed7afddabe205d8475067cf7a) Add additional variables to preload part ML models - [`38068e6`](https://github.com/immich-app/immich/commit/38068e6c44bc4bf23f37296c851a47e42ee26b71) Add additional variables to preload part ML models - [`c378afb`](https://github.com/immich-app/immich/commit/c378afb5756d0e982af95f56d576d4df4ccf3031) Add additional variables to preload part ML models - [`3bd2ec6`](https://github.com/immich-app/immich/commit/3bd2ec6dbbeed3e3d51c5143c817d25ba3978a02) Add additional variables to preload part ML models - [`85e17e4`](https://github.com/immich-app/immich/commit/85e17e4582a9901d91366548022028653267d4ad) Update config.py ### 📊 Changes **2 files changed** (+25 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `machine-learning/app/config.py` (+10 -22) 📝 `machine-learning/app/main.py` (+15 -1) </details> ### 📄 Description Modify ML Container variables ADD: ``` MACHINE_LEARNING_PRELOAD__CLIP__TEXTUAL MACHINE_LEARNING_PRELOAD__CLIP__VISUAL MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION__RECOGNITION MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION__DETECTION ``` DEPRECIATE: ``` MACHINE_LEARNING_PRELOAD__CLIP MACHINE_LEARNING_PRELOAD__FACIAL_RECOGNITION ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 15:33:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#14520