mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(machine-learning)!: move machine learning to Python based image (#1774)
BREAKING CHANGES * Users have to update the docker-compose file, machine-learning portion. * Temporary dropping machine-learning support for Arm64 and Armv7
This commit is contained in:
parent
8c315dfeb1
commit
57136e48fb
27 changed files with 92 additions and 16849 deletions
|
|
@ -33,7 +33,6 @@ export class MachineLearningProcessor {
|
|||
const smartInfo = new SmartInfoEntity();
|
||||
smartInfo.assetId = asset.id;
|
||||
smartInfo.tags = [...res.data];
|
||||
|
||||
await this.smartInfoRepository.upsert(smartInfo, {
|
||||
conflictPaths: ['assetId'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue