Not loading Llama 3.2:3b #147

Closed
opened 2026-02-15 16:28:18 -05:00 by yindo · 0 comments
Owner

Originally created by @eliranwong on GitHub (Sep 26, 2024).

Tried to load Llama 3.2:3b

ollama run in tui works perfectly, but with the python package, errors:

  File "/home/eliranwong/apps/toolmate/lib/python3.10/site-packages/ollama/_client.py", line 85, in _stream
    raise ResponseError(e.response.text, e.response.status_code) from None
ollama._types.ResponseError: model requires more system memory (44.7 GiB) than is available (10.7 GiB)
Originally created by @eliranwong on GitHub (Sep 26, 2024). Tried to load Llama 3.2:3b ollama run in tui works perfectly, but with the python package, errors: ``` File "/home/eliranwong/apps/toolmate/lib/python3.10/site-packages/ollama/_client.py", line 85, in _stream raise ResponseError(e.response.text, e.response.status_code) from None ollama._types.ResponseError: model requires more system memory (44.7 GiB) than is available (10.7 GiB) ```
yindo closed this issue 2026-02-15 16:28:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#147