YouTip LogoYouTip

Ollama Install

# Ollama Installation Ollama supports multiple operating systems, including macOS, Windows, Linux, and running via Docker containers. Ollama has low hardware requirements and is designed to allow users to easily run, manage, and interact with large language models locally. * **CPU**: Multi-core processor (4 cores or more recommended). * **GPU**: If you plan to run large models or perform fine-tuning, it is recommended to use a GPU with higher computational capability (such as NVIDIA's CUDA support). * **Memory**: At least 8GB RAM, 16GB or more recommended when running larger models. * **Storage**: Sufficient hard disk space is needed to store pre-trained models, typically requiring 10GB to hundreds of GB, depending on the model size. * **Software Requirements**: Make sure the latest version of Python is installed on your system (if you plan to use the Python SDK). Ollama official download address: [https://ollama.com/download](https://ollama.com/download). !(#) We can download the corresponding package for different systems. * * * ## 1. Windows System Installation Open your browser, visit the Ollama official website: [https://ollama.com/download](https://ollama.com/download), and download the installer for Windows. Download address: [https://ollama.com/download/OllamaSetup.exe](https://ollama.com/download/OllamaSetup.exe). After downloading, double-click the installer and follow the prompts to complete the installation. !(#) ### Verify Installation Open Command Prompt or PowerShell and enter the following command to verify if the installation was successful: ollama --version If a version number is displayed, the installation was successful. ### Change Installation Path (Optional) If you need to install Ollama to a non-default path, you can specify the path via command line during installation, for example: OllamaSetup.exe /DIR="d:somelocation" This will install Ollama to the specified directory. * * * ## 2. macOS System Installation Open your browser, visit the Ollama official website: [https://ollama.com/download](https://ollama.com/download), and download the installer for macOS. Download address: [https://ollama.com/download/Ollama-darwin.zip](https://ollama.com/download/Ollama-darwin.zip). After downloading, double-click the installation package and follow the prompts to complete the installation. After installation is
← Ollama CommandsOllama Tutorial β†’