Coburn
Coburn
Hold up. I mis-read. You're trying to get this running on a Mac? Is this Mac running on the Apple Silicon (ARM64/AArch64) platform or is it using the Intel-based x86_64...
Well that won't work, the bundle file itself for MacOS doesn't include a ARM64/AArch64/Apple Silicon library. You'll either have to compile it yourself or wait until I have a bit...
Alright, give this a shot. As stated earlier, I do not own a Apple M1 mac but I just spent an hour or so absorbing knowledge from the Clang compiler...
I'm surprised that the Nuget package of the upstream repo works. I don't believe that's a native blob for the Apple M1 CPU though?
Try closing all your applications and then do try again. Rebooting may also help. If you're trying to run this while you're gaming or have a GPU-intensive application open, they're...
Second this. :+1: Having it in a CSV or text file would be great, so you can make application that takes... say, twitter arguments, renders them to a CSV/Text file,...
The question I would ask is would it be worth the hassle/effort though? When you say "add their projects", can you please elaborate?
What I meant by my comment is what your proposing worth it in the long run? How would it be cleaner/organized?
@CodexScript Could you share a guide on how to setup FlarSolverr?
It's most likely due to the fact the Intel GPU is GPU 0 and the nVidia GPU is GPU 1, while Torch is looking at GPU 0 instead of GPU...