Open alexvorobiev opened 1 year ago
@alexvorobiev please check the dmesg
command to see what the Linux kernel thinks about the situation, are you sure you're not just running out of memory during the build, causing something to get killed, causing the spurious error?
Can you also post more logs, you have truncated the logs so it does not show the full story.
Yes, the issue was with the memory - I increased the amount of memory given to WSL to 30G (from 16G) and I also had to reduce the number of parallel jobs nix used to build using --core. It was using all 24 cores available in my CPU, I randomly tried 8 and it completed. I haven't tried loading any models yet. I was surprised that it wants to build the whole world from scratch (specifically torch and triton-llvm), shouldn't the packages be in the binary cache?
I updated the flake and now I am getting this error for textgen-nvidia: