[LLM] (Begineer) 5 mins for Llama deployment(No GPU required)
You can build your own LLM with simple setup. Without prioer knowledge, you can build your local LLM. Here is procedure in Windows 1 Install Ollama 1.1 download and install Ollama 3.1 https://ollama.com/ 1.2 Choose the model 1.3 There are 8b, 70b, 405b options. for self use, 8b is enough. 1.4 copy the comand to powersell to install the model 2 Insall openweb UI 2.1 install Docker https://www.docker.com/ (If can not install, try to install previous version)...