You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 16 GBs of memory (14 GB free) and running python3 convert-pth-to-ggml.py models/7B/ 1 causes an OOM error (Killed) on Linux.
Here's the dmesg message: Out of memory: Killed process 930269 (python3) total-vm:15643332kB, anon-rss:13201980kB, file-rss:4kB, shmem-rss:0kB, UID:0 pgtables:26524kB oom_score_adj:0
I will be receiving my new RAM in a few days but I think this is supposed to work with 16 GB memory?
The text was updated successfully, but these errors were encountered:
I have 16 GBs of memory (14 GB free) and running
python3 convert-pth-to-ggml.py models/7B/ 1
causes an OOM error (Killed) on Linux.Here's the dmesg message:
Out of memory: Killed process 930269 (python3) total-vm:15643332kB, anon-rss:13201980kB, file-rss:4kB, shmem-rss:0kB, UID:0 pgtables:26524kB oom_score_adj:0
I will be receiving my new RAM in a few days but I think this is supposed to work with 16 GB memory?
The text was updated successfully, but these errors were encountered: