02-01 Ollama Commands

01

/? command shows available options

/?

02

/bye or (like always ) ⌃ + z quites ollam

/bye

03

pull will download but NOT load the model

ollama pull -modelname

04 - remove model

Remove / Delete models with

ollama rm -modelname

05 - Load / Change / run model

When you use the run command, it loads the model

ollama run llama3

05 - Ollama list

list shows models currently own your computer

ollama list