Y
Hacker News
new
|
ask
|
show
|
jobs
by
teaearlgraycold
389 days ago
That’s fair. I’m also thinking about the sheer size of Python apps that make use of the GPU. I have to imagine a C++ app performing neural network shenanigans would’t be >1GB before downloading weights.
1 comments
QuadmasterXLII
389 days ago
I’ve tried, it is still gigabytes, unless you try to dynamically link to user installed CUDA libraries from c++. Which I don’t recommend.
link
teaearlgraycold
388 days ago
Oof
link