[GH-ISSUE #5444] Ollama on Mac not free up space / what is equivalence of /usr/share/ollama/.ollama/models #49915

Closed
opened 2026-04-28 13:23:52 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @tomaszstachera on GitHub (Jul 2, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/5444

What is the issue?

I've ran ollama run llama3:70b on Mac and CLI pulled 40GB of data that is not stored in ~/.ollama.
ollama list shows no models.
Where the heck is the data? How to clean it up?

OS

macOS

GPU

No response

CPU

No response

Ollama version

0.1.48

Originally created by @tomaszstachera on GitHub (Jul 2, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/5444 ### What is the issue? I've ran `ollama run llama3:70b` on Mac and CLI pulled 40GB of data that is not stored in ~/.ollama. `ollama list` shows no models. Where the heck is the data? How to clean it up? ### OS macOS ### GPU _No response_ ### CPU _No response_ ### Ollama version 0.1.48
GiteaMirror added the bug label 2026-04-28 13:23:52 -05:00
Author
Owner

@pdevine commented on GitHub (Jul 3, 2024):

Any shared models on the mac will not get cleaned up unless each of the models using the shared data are removed. The FAQ covers where each location for the data is stored, which is in ~/.ollama/models.

<!-- gh-comment-id:2206766845 --> @pdevine commented on GitHub (Jul 3, 2024): Any *shared* models on the mac will not get cleaned up unless each of the models using the shared data are removed. The [FAQ](https://github.com/ollama/ollama/blob/main/docs/faq.md#where-are-models-stored) covers where each location for the data is stored, which is in `~/.ollama/models`.
Author
Owner

@tomaszstachera commented on GitHub (Jul 3, 2024):

The issue is that I've cleaned up model using ollama rm and cleaned up directory ~/.ollama/models but space is still consumed somewhere.

<!-- gh-comment-id:2207065062 --> @tomaszstachera commented on GitHub (Jul 3, 2024): The issue is that I've cleaned up model using `ollama rm` and cleaned up directory `~/.ollama/models` but space is still consumed somewhere.
Author
Owner

@pdevine commented on GitHub (Jul 3, 2024):

I'm not able to duplicate this. Here's a copy of command-r-plus which I had locally:

Screenshot 2024-07-03 at 13 10 59

You can see w/ df -h how much disk space I'm using:

Screenshot 2024-07-03 at 13 11 30

I then used ollama rm command-r-plus. Here's the resulting amount of disk space (again w/ df -h):
Screenshot 2024-07-03 at 13 12 26

<!-- gh-comment-id:2207164069 --> @pdevine commented on GitHub (Jul 3, 2024): I'm not able to duplicate this. Here's a copy of command-r-plus which I had locally: <img width="858" alt="Screenshot 2024-07-03 at 13 10 59" src="https://github.com/ollama/ollama/assets/75239/7cf025ee-3052-4257-a567-6baee57063d1"> You can see w/ `df -h` how much disk space I'm using: <img width="1015" alt="Screenshot 2024-07-03 at 13 11 30" src="https://github.com/ollama/ollama/assets/75239/a0092924-948e-4297-88bf-9be9f36a1810"> I then used `ollama rm command-r-plus`. Here's the resulting amount of disk space (again w/ `df -h`): <img width="1004" alt="Screenshot 2024-07-03 at 13 12 26" src="https://github.com/ollama/ollama/assets/75239/97cd101c-66c0-42b6-a321-642e1606d4c0">
Author
Owner

@tomaszstachera commented on GitHub (Jul 3, 2024):

It just got cleaned up bu itself. I think we can close without meaningful output.

<!-- gh-comment-id:2207193328 --> @tomaszstachera commented on GitHub (Jul 3, 2024): It just got cleaned up bu itself. I think we can close without meaningful output.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#49915