SpQR icon indicating copy to clipboard operation
SpQR copied to clipboard

Process killed after eval phase

Open Iambestfeed opened this issue 1 year ago • 4 comments

I did try running the code from your repository; however, when I attempted to add the --save_safetensors feature, the process was interrupted after performing the evaluation. I didn't encounter any issues regarding permissions or memory problems. Do you think there might be an issue here?

Iambestfeed avatar Jul 03 '23 09:07 Iambestfeed

Hello! Hard to tell. Can you please send the logs of the run? What was the error message?

Vahe1994 avatar Jul 05 '23 09:07 Vahe1994

Hello! Hard to tell. Can you please send the logs of the run? What was the error message?

I don't keep a log, but what I see is that the message before everything stops is just 1 line "Killed"

Iambestfeed avatar Jul 05 '23 11:07 Iambestfeed

Are you running on Linux ? Try to increase the swap size, most times linux just print "Killed" if running out of CPU memory

flozi00 avatar Jul 05 '23 11:07 flozi00

Are you running on Linux ? Try to increase the swap size, most times linux just print "Killed" if running out of CPU memory

Hmm, looks like the problem I'm having is that I'm trying to convert model 7b to a personal computer. @Vahe1994 So can you provide specific configuration with CPU should have to convert 1 model 7b? I see that everything is only using the CPU so I also wonder why we don't use the GPU?

Iambestfeed avatar Jul 05 '23 13:07 Iambestfeed