Working with the Model Library
42%
Understanding What's Loaded
You can use the command ollama ps after running a model to see what's loaded in your system:
# Run the model to load it
echo "Hi there!" | ollama run granite3.3:2b
# Run the ps command
ollama ps
You should see something like this:
NAME ID SIZE PROCESSOR CONTEXT UNTIL
granite3.3:2b 07bd1f170855 1.9 GB 100% CPU 4096 4 minutes from now
Here's a quick explanation of the columns:
NAMEis the model tag you used to run it, inmodel:variantform. Same string you pass toollama runor to the API'smodelfield.
Local AI Engineering with Ollama
Run, understand, customize, fine-tune, and build agentic apps on your own hardwareEnroll now to unlock all content and receive all future updates for free.
