Ask HN: Any way to borrow compute from Apple M1
Hi.
i have a friend who owns an m1 max. i would like to "borrow" his gpu for llama 3 or SD. is there a way for me to use his compute when idle ? i do not want to remote into his machine, an easy local api would be fine (i could tailscale/zerotier) and then get the api that way.
46 comments
[ 3.2 ms ] story [ 111 ms ] threadand somewhat competitive on cost, but that wont be the main selling point, just availability
Availability maybe, but as you've noted - zero availability for data center environments. Those volumes would also then fall onto TSMC/Samsung/Whatever where Nvidia is stuck as well.
sadly
Of course, if the model fits in memory on your M chip and doesn't in your Nvidia chip, the M chip wins by default. However, I would say, if you load a 70B model in your M chip, while it WILL work, the tokens/sec will be slow as fuck... so it kinda doesn't matter anyway.
https://nvidia.custhelp.com/app/answers/detail/a_id/5490/~/s...
Maybe it's just my expectations, but it seems rather slow to process queries. Depending on the prompt somewhere between the 10 - 40 tokens per second, but that very much depends on the prompt.
My complaint is the time between the prompt is entered and output starts.
> tailscale/zerotier
Same thing isn't it?
In any case it wouldn't be hard for you to just have an account on his machine, tailscale being perhaps the simplest setup. SSH in, cook his laptop at your leisure.
Otherwise set up Ollama's API
Think you’d be way better off just paying for a service designed for this or renting a GPU from a service set up for this cost won’t be that significant.
Not sure whether there are anything similar for SD though.
You make http requests to the shared server, those get proxied via the ssh tunnel to his machine, and the client on his machine could make the determination when/whether to run the workload.
Should I take this as an indicator that embedded GenAI is moving quite quickly?
(Also just wanted to say I find this thread incredibly cool generally, some very interesting stuff going on!!! :D )