Deploy Llama3-8B-Instruct Using Ollama and Open WebUI
Tutorial Introduction

This tutorial is a one-click run package of Ollama + Open WebUI.Just follow the steps below and enter the command to run the large model Llama3 8B-Instruct with one click.
Llama 3 8B-Instruct The latest in the Llama series of open-source generative AI models, Llama 3 is a significant improvement over Llama 2 and other publicly available models:
- Trained on a dataset seven times larger than Llama 2;
- Support 8K long text;
- With a vocabulary of 128K tokens, it can encode the language more efficiently.
The model has been placed in a public space and does not take up any personal storage space.
After starting Ollama and Open WebUI respectively according to the following contents, you can use it by using the "API address" on the right.

How to run
Create a new terminal and start Ollama
OLLAMA_MODELS=/openbayes/home/ollama-models ./ollama serve
Create a new terminal and start Open Webui
bash /openbayes/input/input1/open-webui/backend/start.sh
Open Page
- Copy the API address on the right and paste it into your browser to open the Open WebUI page.

- Log in via admin@example.com / adminadmin
