š¾ What to do after you add the D: drive
By default, Ollama installs models on your C: drive, but you can change that.
ā Step 1: Create a folder on D:
Example:
Ā
D:\Ollama
Ā
ā Step 2: Set Ollama to use D: instead
- Press Start
- Search: Environment Variables
- Click āEdit the system environment variablesā
- Click Environment Variables
ā Step 3: Add new variable
Under User variables, click New:
- Variable name:
Ā
OLLAMA_MODELS
Ā
- Variable value:
Ā
D:\Ollama
Ā
Click OK ā OK ā OK
ā Step 4: Restart your PC
This is important so the change applies.
ā Step 5: Install & run again
After restart:
Ā
ollama run llama3
Ā
Now it will download models to D: instead of C: š
ā ļø Important tip
Do this before downloading any modelsāotherwise theyāll already be stuck on C:.
š Optional (recommended)
Once itās working, I can help you:
- Install a ChatGPT-style interface (much nicer than command line)
- Pick lighter models if your PC isnāt powerful
- Speed things up
