Skip to content

Commit 6d09cb6

Browse files
committed
Update docs and readme
1 parent 2d2b9a2 commit 6d09cb6

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,16 @@ Spec: Free-tier Oracle VM - Amsterdam - 2.4Ghz quad-core ARM64 CPU, 24GB RAM
6767
| Selective album(s) for backup | Yes | N/A |
6868
| Download photos and videos to local device | Yes | Yes |
6969
| Multi-user support | Yes | Yes |
70-
| Album | Yes | Yes |
71-
| Shared Albums | Yes | Yes |
72-
| Quick navigation with draggable scrollbar | Yes | Yes |
70+
| Album and Shared albums | Yes | Yes |
71+
| Scrubbable/draggable scrollbar | Yes | Yes |
7372
| Support RAW (HEIC, HEIF, DNG, Apple ProRaw) | Yes | Yes |
7473
| Metadata view (EXIF, map) | Yes | Yes |
7574
| Search by metadata, objects and image tags | Yes | No |
7675
| Administrative functions (user management) | N/A | Yes |
7776
| Background backup | Android | N/A |
7877
| Virtual scroll | Yes | Yes |
79-
| OAuth Support | Yes | Yes |
80-
| LivePhotos Backup and Playback (iOS only) | Yes | Yes |
78+
| OAuth support | Yes | Yes |
79+
| LivePhoto backup and playback | iOS | Yes |
8180
| User-defined storage structure | Yes | Yes |
8281

8382
# Support the project

docs/docs/installation/requirements.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,29 @@ You can also use Podman to run the application. However, additional configuratio
2121
- **RAM**: At least 2GB, preferred 4GB.
2222
- **CPU**: At least 2 cores, preferred 4 cores.
2323

24+
:::info Machine Learning on older CPU
25+
26+
TensorFlow doesn't run with older CPU architecture, it requires a CPU with AVX and AVX2 instruction set. If you encounter the error `illegal instruction core dump` check for your CPU flags with the command and make sure you see `AVX` and `AVX2`:
27+
28+
```bash
29+
more /proc/cpuinfo | grep flags
30+
```
31+
32+
#### Promox
33+
34+
If you are running virtualization in Proxmox, the VM doesn't have the flag enabled.
35+
36+
You need to change the CPU type from `kvm64` to `host` under VMs hardware tab.
37+
38+
`Hardware > Processors > Edit > Advanced > Type (dropdown menu) > host`
39+
40+
#### Other platforms
41+
42+
You can use the machine learning image that is built for Non-AVX CPU. The image is community maintained and can be found in the repository below
43+
44+
https://github.com/bertmelis/immich-machine-learning-no-avx
45+
:::
46+
2447
## Installation methods
2548

2649
There are a couple installation methods that you can use to install the application. You can choose the one that suits you the best.

0 commit comments

Comments
 (0)