In the first terminal we will run the server. Start by changing the
directory to the external drive
by typing cd h:\ enter.
cd h:\
To change the environmental variables and set the model path this
command is used.
$env:OLLAMA_MODELS = “H:\ollama\models”
Then start the server with the serve command.
ollama\ollama.exe serve
Step 2:
In the second terminal, we will run the program.
Again change the directory to the external drive
cd h:\
Then type in the run command.
ollama\ollama.exe run dolphin-llama3
The first time this runs it might take a minute to initialize.
We can now type a question that would typically be censored to see
if the model is working.
It gave an appropriate response so the model is not censored.