Alexander Metzger
Alexander Metzger
Yes, follow the instructions in [issue #1](https://github.com/anuraghazra/github-readme-stats/issues/1#issuecomment-1193265398)
The reason is that onnx does not support Metal Performance Shaders (MPS): https://github.com/microsoft/onnxruntime/issues/21271. It supports CoreML which for this projects ends up running on the Apple Neural Engine (ANE) and...
Turns out [the onnxruntime supports specifying CoreML options](https://onnxruntime.ai/docs/execution-providers/CoreML-ExecutionProvider.html#configuration-options-new-api). This means we can use the GPU directly with ONNX (no PyTorch conversion). Instructions for modifying DLC to run on Apple Silicon...
@RSully, I believe the optimizations in this thread just got mostly merged in through this commit https://github.com/hacksider/Deep-Live-Cam/commit/b82fdc3f31a91e9b92f5344057048ffecacedb85. There are more optimizations in the works in this thread https://github.com/hacksider/Deep-Live-Cam/discussions/1553 but I...
More details in this issue: https://github.com/SanderGi/sqlite-auto-migrator/issues/1