Skip to content

Commit 4241988

Browse files
authored
Merge pull request #5 from jbusche/jbusche-feedback1
Some small usability suggestions
2 parents 2e6e687 + be23833 commit 4241988

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

docs/lab-1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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 your terminal, and run the following commands:
26+
Open up a second terminal, and run the following commands:
2727

2828
```bash
2929
ollama pull granite-code:20b

docs/lab-2/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ 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, restart Visual Studio Code. If that doesn't resolve your issue, restart `ollama`.
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.
20+
If that doesn't resolve your issue, restart Ollama.
2021

2122
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).
2223
Its worth taken the moment if you want, otherwise, when you get home and try this on your own
@@ -32,6 +33,9 @@ this technology is there to support you, not _do_ your work.
3233
Now, lets open up VSCode and have it look something like the following:
3334
![batman](../images/whoisbatman.png)
3435

36+
!!! troubleshooting
37+
If you lose the Continue pane in VSCode, you can re-enable it in VSCode by clicking at the top of the screen under "View --> Appearance --> Secondary Side Bar" and then the Continue window will be visiable again.
38+
3539
## Building out `main.py`
3640

3741
Now create a new file, and put it in a new directory. Normally it's `ctrl-n` or `command-n` call it
@@ -74,7 +78,7 @@ and raise your hand the TAs will want to see it), but at least in this example w
7478

7579
## First pass at debugging
7680

77-
I'll run the following commands to build up an virtual environment, and install some modules, lets
81+
We'll run the following commands to build up an virtual environment, and install some modules, lets
7882
see how far we get.
7983

8084
!!! tip
@@ -120,7 +124,7 @@ For me, all I had to do was remove those extra spaces, but I'd be curious to kno
120124

121125
## Second pass at debugging
122126

123-
Now that I've clean it up, and it seems I had to do some importing:
127+
Now that I've cleaned it up, and it seems I had to do some importing:
124128

125129
```python
126130
import tkinter

docs/pre-work/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ After the installation is complete, install [ollama](https://ollama.com) via `br
3434
brew install ollama
3535
```
3636

37+
### Windows installation steps
38+
39+
Install ollama via the website [here](https://ollama.com/download/windows).
40+
3741
## Visual Studio Code
3842

3943
#### Mac installation steps

0 commit comments

Comments
 (0)