[GH-ISSUE #3772] Please add a way to specify the installation location on windows :) #28088

Closed
opened 2026-04-22 05:54:24 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Vishwamithra37 on GitHub (Apr 20, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3772

Originally assigned to: @dhiltgen on GitHub.

I really want to mention the installation location and my C ddrive is FULL

Originally created by @Vishwamithra37 on GitHub (Apr 20, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3772 Originally assigned to: @dhiltgen on GitHub. I really want to mention the installation location and my C ddrive is FULL
GiteaMirror added the feature requestwindows labels 2026-04-22 05:54:24 -05:00
Author
Owner

@forgotPassword commented on GitHub (Apr 20, 2024):

use symlinks.

# run as admin
mklink /d c:\Users\... g:\...

# Ollama app ~ 1.4GB
C:\Users\<user>\AppData\Local\Programs\Ollama

# Ollama models
C:\Users\<user>\.ollama
<!-- gh-comment-id:2067705793 --> @forgotPassword commented on GitHub (Apr 20, 2024): use symlinks. ``` # run as admin mklink /d c:\Users\... g:\... # Ollama app ~ 1.4GB C:\Users\<user>\AppData\Local\Programs\Ollama # Ollama models C:\Users\<user>\.ollama ```
Author
Owner

@dhiltgen commented on GitHub (Apr 24, 2024):

Most of the storage space is used by the models, and the location we store those can be modified. See https://github.com/ollama/ollama/blob/main/docs/faq.md#where-are-models-stored for instructions.

As to being able to modify the install path at install time, that feature request is tracked via #2776

<!-- gh-comment-id:2075422390 --> @dhiltgen commented on GitHub (Apr 24, 2024): Most of the storage space is used by the models, and the location we store those can be modified. See https://github.com/ollama/ollama/blob/main/docs/faq.md#where-are-models-stored for instructions. As to being able to modify the install path at install time, that feature request is tracked via #2776
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#28088