Skip to content

Commit 7a24ddb

Browse files
committed
updated to granite3.1
1 parent eeb8446 commit 7a24ddb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The introductory page of the workshop is broken down into the following sections
3131
| [Lab 1: Building a local AI co-pilot](lab-1/README.md) | Let's get it installed! |
3232
| [Lab 2: Using the local AI co-pilot](lab-2/README.md) | Let's learn about how to use a local AI co-pilot |
3333
| [Lab 3: Configuring AnythingLLM](lab-3/README.md) | Let's configure AnythingLLM |
34-
| [Lab 4: Prompt engineering overview](lab-4/README.md) | Let's learn about leveraging the `granite-3.0-dense` model |
35-
| [Lab 5: Useful prompts and use cases](lab-5/README.md) | Let's get some good over arching prompts and uses cases with `granite-3.0-dense` model |
34+
| [Lab 4: Prompt engineering overview](lab-4/README.md) | Let's learn about leveraging the `granite3.1-dense` model |
35+
| [Lab 5: Useful prompts and use cases](lab-5/README.md) | Let's get some good over arching prompts and uses cases with `granite3.1-dense` model |
3636

3737
## Compatibility
3838

docs/lab-3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Open up AnyThingLLM, and you should see something like the following:
1515
If you see this that means AnythingLLM is installed correctly, and we can continue configuration, if not, please find a workshop TA or
1616
raise your hand we'll be there to help you ASAP.
1717

18-
Next as a sanity check, run the following command to confirm you have the [granite3-dense](https://ollama.com/library/granite3-dense)
18+
Next as a sanity check, run the following command to confirm you have the [granite3.1-dense](https://ollama.com/library/granite3.1-dense)
1919
model downloaded in `ollama`. This may take a bit, but we should have a way to copy it directly on your laptop.
2020

2121
!!! note
2222
We need to figure out a way to copy the models into ollama without downloading.
2323

2424
```bash
25-
ollama pull granite3-dense:8b
25+
ollama pull granite3.1-dense:8b
2626
```
2727

2828
Next click on the `wrench` icon, and open up the settings. For now we are going to configure the global settings for `ollama`
@@ -52,5 +52,5 @@ it knows _something_.
5252
Now you may notice that the answer is slighty different then the screen shot above. That's expected and nothing to worry about. If
5353
you have more questions about it raise your hand and one of the helpers would love to talk you about it.
5454

55-
Congratulations! You have AnythingLLM running now, configured to work with `granite-3.0-dense` and `Ollama`!
55+
Congratulations! You have AnythingLLM running now, configured to work with `granite3.1-dense` and `Ollama`!
5656

docs/lab-4/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ desired subject, style, layout, lighting, and aesthetic.
3737
## The three key principles of PE?
3838
1. Be specific: The more criteria you give, the more focused the output will be
3939
1. Work in steps: break the task into smaller chunks. This returns better results, just like a human
40-
1. Iterate and improve: Re-work the inputs and have the granite-3.0 model improve its own output.
40+
1. Iterate and improve: Re-work the inputs and have the granite-3.1 model improve its own output.
4141

4242
## What makes a good prompt?
4343
1. Clear and concise language that is direct and unambiguous
4444
1. The information and examples that you provide area your input.
45-
1. A specific task that you are requesting granite-3.0 to complete area your desired output
45+
1. A specific task that you are requesting granite-3.1 to complete area your desired output
4646
1. Refinement as needed once you receive your first response area reiteration until receiving the desired output
4747

4848

docs/lab-5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ I'll be running:
2424
I'm looking to explore pasta making recipes. Do you have any suggestions on recipes that are unique and challanging?
2525
```
2626

27-
As you can see granite-3.0 comes back with some very challenging options:
27+
As you can see granite-3.1 comes back with some very challenging options:
2828

2929
![pasta challenges](../images/anythingllm_pasta_challenges.png)
3030

@@ -39,7 +39,7 @@ I do like some homemade ravioli, what is the spinach ricotta and cheese recipe y
3939
![homemade ravioli](../images/anythingllm_homemade_ravioli.png)
4040

4141
Now this may seem odd, or even pointless, but hopefully you can start seeing that if you treat the prompt like
42-
a conversation that you interate on, you can talk back and forth with the granite-3.0 and find interesting
42+
a conversation that you interate on, you can talk back and forth with the granite-3.1 and find interesting
4343
nuggets of knowledge.
4444

4545
## Client or Customer email generation

0 commit comments

Comments
 (0)