# How to use LLM’s Locally without Internet

To use any opensource LLM locally there's an open-source tool in the market which is both free and effective.

Go to Ollama and download the setup file. [https://ollama.com/](https://ollama.com/)

After downloading the Ollama install it and go the Models page.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1717606086644/a2397ab2-34d3-45bf-8e46-230b0793c918.png)

Click on the model you want Iam using gemma.

ollama run gemma

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1717606088980/4dd5fcc5-0f30-47da-8338-80a795619fe8.png)

Tun this command and the model will download it's about 5GB.

After that you are good to go
