You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: units/en/unit0/onboarding.mdx
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,18 @@ You can download the image by clicking 👉 [here](https://huggingface.co/datase
60
60
Follow the official Instructions <ahref="https://ollama.com/download"target="_blank"> here.</a>
61
61
62
62
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 <ahref="https://ollama.com/library/qwen2:7b"target="_blank"> qwen2:7b model</a>. Check out <ahref="https://ollama.com/search"target="_blank">the ollama website</a> for more models.
69
+
66
70
3.**Start Ollama in the background (In one terminal)**
67
-
```bash
71
+
```bash
68
72
ollama serve
69
-
```
73
+
```
74
+
70
75
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
71
76
ID (PID) that is currently using this port. If the process is `ollama`, it is likely that the installation script above has started ollama
72
77
service, so you can skip this command to start Ollama.
0 commit comments