Skip to content

Commit f3c5ace

Browse files
authored
Update README.md
1 parent 416fc44 commit f3c5ace

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/lab-1/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ Many open LLMs available today license the model itself for derivative work, but
2323

2424
Granite Code comes in a wide range of sizes to fit your workstation's available resources. Generally, the bigger the model, the better the results, with a tradeoff: model responses will be slower, and it will take up more resources on your machine. We chose the 20b option as my starting point for chat and the 8b option for code generation. Ollama offers a convenient pull feature to download models:
2525

26-
Open up a second terminal, and run the following commands:
26+
Open up a second terminal, and run the following command:
27+
28+
```bash
29+
ollama serve
30+
```
31+
32+
In a third terminal:
2733

2834
```bash
2935
ollama pull granite-code:20b

0 commit comments

Comments
 (0)