0% found this document useful (0 votes)
6 views1 page

Llama Implementation Using Ollama

The document outlines the process of running the llama 3.2 model with 1 billion parameters on the Ollama platform. It provides a link to the Ollama GitHub for a list of models and includes specific commands for installation and execution. The installation command is 'Ollama pull gemma3:1b' and the execution command is 'ollama run llama3.2:1b'.

Uploaded by

Charvi Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Llama Implementation Using Ollama

The document outlines the process of running the llama 3.2 model with 1 billion parameters on the Ollama platform. It provides a link to the Ollama GitHub for a list of models and includes specific commands for installation and execution. The installation command is 'Ollama pull gemma3:1b' and the execution command is 'ollama run llama3.2:1b'.

Uploaded by

Charvi Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

We can go through a list of models that we want to run on ollama, to see the list we

can go to ollama github: https://github.com/ollama/ollama

I installed llama 3.2 with 1 billion parameters using command:

Ollama pull gemma3:1b on cmd​

After proper installation, we run the model using command:


ollama run llama3.2:1b

This is how we execute llama model on ollama.

You might also like