LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
7.01k stars 309 forks source link

Change to pytorch dependency that does not need avx #258

Closed derneuere closed 3 years ago

derneuere commented 3 years ago

Describe the enhancement you'd like Change the tensorflow dependency tohttps://github.com/pytorch/pytorch to allow it to run on all instruction sets. We have to set some flags to achive that.

Describe why this will benefit the LibrePhotos This will remove a lot of the bug reports concerning instruction sets.

derneuere commented 3 years ago

The problem was again dlib and not pytorch. Pytorch supports all the different instruction sets.