-
Hi - Trying to troubleshoot. In my python file I have:
The code keeps failing by spitting MemoryError:
Not sure why this complains on memory error. I can see in my local model cache, both medium and small pt checkpoints available. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not certain, but it's possible that other processes might be taking up most of the 16GB RAM and preventing the model to load. This is not very likely given the relatively small size of the model (462M), but can you try increasing the page file size? |
Beta Was this translation helpful? Give feedback.
I'm not certain, but it's possible that other processes might be taking up most of the 16GB RAM and preventing the model to load. This is not very likely given the relatively small size of the model (462M), but can you try increasing the page file size?