Skip to content

Commit 2e8ff0e

Browse files
authored
Merge pull request #581 from meg-huggingface/patch-2
Fix some markdown issues in onboarding.mdx
2 parents b145dce + 97698b2 commit 2e8ff0e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

units/en/unit0/onboarding.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,18 @@ You can download the image by clicking 👉 [here](https://huggingface.co/datase
6060
Follow the official Instructions <a href="https://ollama.com/download" target="_blank"> here.</a>
6161

6262
2. **Pull a model Locally**
63-
``` bash
64-
ollama pull qwen2:7b #Check out ollama website for more models
65-
```
63+
64+
```bash
65+
ollama pull qwen2:7b
66+
```
67+
68+
Here, we pull the <a href="https://ollama.com/library/qwen2:7b" target="_blank"> qwen2:7b model</a>. Check out <a href="https://ollama.com/search" target="_blank">the ollama website</a> for more models.
69+
6670
3. **Start Ollama in the background (In one terminal)**
67-
``` bash
71+
``` bash
6872
ollama serve
69-
```
73+
```
74+
7075
If you run into the error "listen tcp 127.0.0.1:11434: bind: address already in use", you can use command `sudo lsof -i :11434` to identify the process
7176
ID (PID) that is currently using this port. If the process is `ollama`, it is likely that the installation script above has started ollama
7277
service, so you can skip this command to start Ollama.

0 commit comments

Comments
 (0)