Closed Neptune650 closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
screenpipe | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 29, 2024 3:12am |
where can i see the github action that successfully ran?
where can i see the github action that successfully ran?
@louis030195 Here it is: https://github.com/mediar-ai/screenpipe/actions/runs/11527768513/job/32093982159 As you can see it completed successfully.
i don't see feature mkl
nor linux
i don't see feature mkl
nor linux
@louis030195 Here is Linux https://github.com/mediar-ai/screenpipe/actions/runs/11527768522/job/32093982118 Also the change can be seen when building a release app.
@louis030195 Look, here's my local GitHub Actions Release App. It has the MKL option.
@louis030195 It should be good to merge now, but it's important to note that Intel never supported MKL for macOS M1, and recently dropped support for macOS entirely. So we only have Linux and Windows, builds work on these.
@Neptune650 yeah i meant for linux and windows, macos uses metal anyway
i guess next step would be to make the cuda feature work also
thanks!
/approve
@louis030195: The claim has been successfully added to reward-all. You can visit your dashboard to complete the payment.
@Neptune650 https://github.com/mediar-ai/screenpipe/actions/runs/11577606392/job/32229398688
does not work
@Neptune650 https://github.com/mediar-ai/screenpipe/actions/runs/11577606392/job/32229398688
does not work
@louis030195 It seems the library isn't being installed properly in Linux... I'll fix it.
/claim #318 /fix #318
This adds MKL support for Linux and Windows - since this is a CPU acceleration feature not many changes are needed.