Mert

Results 543 comments of Mert

Feel free to make a PR for it! Except that it should use `testing` instead of `unstable` (latest commit in main adds `testing`).

Can all of you confirm that you're using non-default CLIP models? If so, when did you change the model? You can check the files in the machine learning service's `/cache/clip`...

There's still an edge case where this can happen. My hunch is that when they changed the model, there were active jobs trying to insert embeddings for the old model...

This seems like something that should be addressed upstream, perhaps in exiftool-vendored.

Actually, I wonder if this could instead be handled with DDL with something like `FOREIGN KEY ("albumId", "assetId") REFERENCES albums_assets_assets ON DELETE CASCADE`. My understanding is that `assetId` would be...

I think it makes sense for the activity to be reset when you remove the asset. You should update the table definition under `src/schema/tables` as well.

> > I think it makes sense for the activity to be reset when you remove the asset. You should update the table definition under `src/schema/tables` as well. > >...

Sorry, I've been busy with the VectorChord migration and haven't been able to spend time on this. With that out of the way, I can do some testing and a...

RK3588 is already supported for many models, but the siglip models are still WIP and apparently don't work.

The ARMNN models just didn't exist before so it used CPU, but now they do exist but are broken. You can use the CPU image for machine learning for now...