OpenAssistant_API_Pythia_12B
OpenAssistant_API_Pythia_12B copied to clipboard
Ubuntu Server 20.04 says "Killed"
I run the file oasstapiv1.py. All downloads have been made. And then it just says "Killed". No idea if there is a log file somewhere. I am using Ubuntu 20.04 Server with 16.00GiB RAM and 2000MHz AMD EPIC CPU with 6 cores.
Same issue
You're both almost certainly running out of memory. These scripts are assuming GPU memory, so if you're intending to use CPU/RAM be sure to change that, and/or make sure you have enough memory in general to run this model.
Let's say I decide to get a cloud VM to run this API for testing, what configuration of the Cloud VM should I take so that it doesn't crash?