Skip to content

Commit 0ab71b3

Browse files
committed
no more 20b
1 parent 4960694 commit 0ab71b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/lab-1/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ file via the command palette.
5757
1. Open the command palette (Press Cmd+Shift+P)
5858
2. Select Continue: Open `config.json`.
5959

60-
In `config.json`, add a section for each model you want to use. Here, we're registering the Granite Code 20b model we downloaded earlier. Replace the line that says `"models": []` with the following:
60+
In `config.json`, add a section for each model you want to use. Here, we're registering the Granite Code 8b model we downloaded earlier. Replace the line that says `"models": []` with the following:
6161

6262
```json
6363
"models": [
6464
{
65-
"title": "Granite Code 20b",
65+
"title": "Granite Code 8b",
6666
"provider": "ollama",
67-
"model": "granite-code:20b"
67+
"model": "granite-code:8b"
6868
}
6969
],
7070
```

docs/lab-2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before we go any farther, write in "Who is batman?" to verify that `ollama`,
1616
VSCode, and `continue` are all working correctly.
1717

1818
!!! troubleshooting
19-
If Continue is taking a long time to respond, make sure your terminal with `ollama serve` is still running. If Ollama is running, restart Visual Studio Code.
19+
If Continue is taking a long time to respond, make sure your terminal with `ollama serve` is still running. If Ollama is running, restart Visual Studio Code.
2020
If that doesn't resolve your issue, restart Ollama.
2121

2222
If you would like to go deeper with `continue`, take a look at the [official Continue.dev how-to guide](https://docs.continue.dev/how-to-use-continue).

0 commit comments

Comments
 (0)