"src/diffusers/schedulers/scheduling_edm_euler.py" did not exist on "07c9a08e67feb4d05ba22ba6b1a2d39468d68225"
README.md 333 Bytes
Newer Older
Yuan-Man's avatar
Yuan-Man committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ollama Chat App

Build a Llama2 chat app using Streamlit and Ollama.

## Running the Example

1. Ensure you have the `llama2` model installed:

   ```bash
   ollama pull llama2
   ```
2. Install the Python Requirements.

   ```bash
   pip install -r requirements.txt
   ```
3. Run the example:

   ```bash
   python main.py
   ```