As my PC (Windows 10) uses a SSD C: which is very short on free space I decided to move the Ollama models to my E:
I cut and pasted the .ollama folder from C:\<username>\.ollama to E:\Ollama
I then added the path OLLAMA_MODELS to Windows and set it to E:\OLLAMA\.ollama
Then, using Powershell (run as Administrator) I ran the command:
New-Item -ItemType SymbolicLink -Path C:\Users\Stevi\.ollama -Target “E:\OLLAMA\.ollama”