Open colertyui opened 1 week ago
Hi, sorry for the delay and thank you for your report. I am wondering is your system running out of memory. Do you have only the gfx1010 selected in your build_cfg.user file? Can you also tell how much RAM memory you have on your system?
Hi, sorry for the delay and thank you for your report. I am wondering is your system running out of memory. Do you have only the gfx1010 selected in your build_cfg.user file? Can you also tell how much RAM memory you have on your system?
Hello, I only have the gfx1010 selected in my file, and I have one 16 gb 3000MHz, DDR4, CL16 stick of ram, hoped that would be enough, but if absolutely necessary, I can buy another one and run 32gb, I'm just working on a relatively tight budget, also, in case it is relevant, I'm storing all the code in a 1TB HDD, thank you very much for the assistance
Can you try if it helps to set the MAX_JOBS variable to 8 cpus. Aotriton/triton will check if that is specified and then it should limit the build only to 8 from your 16 cpus. So try to run these commands:
rm -rf builddir/038_aotriton export MAX_JOBS=8 ./babs.sh -b
I am not fully sure whether this helps. but at least the code in theory the src_projects/aotriton/third_party/triton/python/setup.py checks if that is defined and then it should limit the cpu-usage to that number...
the operation runs normaly up until a certin part where it freezes and either crashes the terminal or reboots the entire system, happens by just running ./babs.sh -b on my machine.
I'm on Ubuntu Ubuntu 24.04.1 LTS, my hardware is: ASUS TUF GAMING B550M-PLUS; AMD Ryzen™ 7 5800X3D × 16; AMD Radeon™ RX 5700; I apologize in advance if I
m being an idiot about something, I'm really new to coding in general, so I
m trying my beast to learn from my mistakes, if the information porivided is insufficient, please, just tell me what else I need to provide and I will do so to the best of my capacities, I did try apt install libzstd-dev, didn`t change the outcome