Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 373 Bytes

runpod-debug

Try to run the load_model.py script. After the initial download of stuff (which is fine), take note of the loading time of the model.

On good hardware, this takes ~5s to load the whole model. On bad hardware (is my theory), it takes 60 seconds. Why?

python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python load_model.py