Processes Killed when Compiling in Ubuntu 22.04
#119
by
luissimoes
- opened
Currently trying to run a PoC using this, but when it starts compiling for CPU at some point it gets killed.
Log:
Compiling the vae_decoder to CPU ...
Compiling the unet to CPU ...
Compiling the text_encoder to CPU ...
Compiling the vae_encoder to CPU ...
Compiling the text_encoder_2 to CPU ...
Killed
After retrying multiple times the processes get killed at different points of the compiling process.
What can be causing this?
Ubuntu 22.04 and 8 CPUs with average usage of 15%.
Was due to lack of enough memory.
luissimoes
changed discussion status to
closed