[PR #93] [MERGED] Legacy CPUs architecture alternative tip. #8466

Closed
opened 2026-02-05 13:47:40 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/93
Author: @Chiogros
Created: 3/30/2022
Status: Merged
Merged: 4/6/2022
Merged by: @alextran1502

Base: mainHead: dev/disable_tensorflow_on_old_cpu_arch


📝 Commits (1)

  • abbdf4b Legacy CPUs architecture alternative tip.

📊 Changes

1 file changed (+11 additions, -7 deletions)

View changed files

📝 README.md (+11 -7)

📄 Description

As already mentioned, TensorFlow uses next-gen architecture instructions
which are not supported by legacy CPU architectures.

I've added a tip for the legacy CPU: commenting immich-microservices service from the docker-compose.yml allows us to run Immich.
However, this makes the Search feature unusable since TensorFlow does not give data anymore.


🔄 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/93 **Author:** [@Chiogros](https://github.com/Chiogros) **Created:** 3/30/2022 **Status:** ✅ Merged **Merged:** 4/6/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/disable_tensorflow_on_old_cpu_arch` --- ### 📝 Commits (1) - [`abbdf4b`](https://github.com/immich-app/immich/commit/abbdf4b573df77f066f1e5aabb12f6aee692cc6c) Legacy CPUs architecture alternative tip. ### 📊 Changes **1 file changed** (+11 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+11 -7) </details> ### 📄 Description As already mentioned, TensorFlow uses next-gen architecture instructions which are not supported by legacy CPU architectures. I've added a tip for the legacy CPU: commenting `immich-microservices` service from the `docker-compose.yml` allows us to run Immich. However, this makes the Search feature unusable since TensorFlow does not give data anymore. --- <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 13:47:40 +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#8466