Switching devices between cuda and cpu #192
-
I have a really nice cpu and 156 gbs of ram, I have a decent gpu but it is just a 2080 and does have a lot of dram and I find myself constantly hitting the limit on my machine. I'm wondering if there is a way to quickly set the device so it launches using the cpu. I figured maybe block.launch has an option but I don't know where to look to see what options it has and I was hoping someone here would know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
uggh I'm dumb, there was a doc I missed that says if you have low dram you can open config.py, and then set '''python |
Beta Was this translation helpful? Give feedback.
uggh I'm dumb, there was a doc I missed that says if you have low dram you can open config.py, and then set
'''python
save_memory = True
'''