captainskippah
Explore posts from serversRRunPod
•Created by captainskippah on 1/18/2025 in #⚡|serverless
llvmpipe is being used instead of GPU
I am a bit lost.
I am planning on running waifu2x or real-esrgan but the output says it's using llvmpipe and the process is very slow.
How can I make my container use GPU?
3 replies
Sudden big bundle size due to jsdom canvas
Previously my bundle size is just about ~16M but now it's ~200M (unzipped).
Upon checking via
du -h .output/server | sort -h
for the biggest file/folder, I saw the following:
as opposed to the previous:
For some reason it happens specifically on my machine only. I tried building on a server and github action environment and they build as expected.
I'm not sure what change caused this because I don't have any. Any clue?1 replies