Skip to content

Commit 64fdb3e

Browse files
Update README.md
1 parent 55e9414 commit 64fdb3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ Assuming you have [Anaconda](https://www.anaconda.com/) installed, you can creat
102102
```bash
103103
pip install -r requirements.txt
104104
```
105-
4. **Install [Ollama](https://ollama.com/):** (and pull some LLM models)
106-
```bash
107-
curl -fsSL https://ollama.com/install.sh | sh
108-
ollama pull minicpm-v # Pull the MiniCPM-v model (needed for image captioning)
109-
ollama pull llama3.1 # Pull the Llama3.1 model (or any other model you want to use)
110-
```
105+
4. **Install [Ollama](https://ollama.com/):** (and pull some LLM models)
106+
```bash
107+
curl -fsSL https://ollama.com/install.sh | sh
108+
ollama pull minicpm-v # Pull the MiniCPM-v model (needed for image captioning)
109+
ollama pull llama3.1 # Pull the Llama3.1 model (or any other model you want to use)
110+
```
111111
5. **Start YSocial:**
112112
```bash
113113
python y_social.py --host localhost --port 8080

0 commit comments

Comments
 (0)