Skip to content

Commit

Permalink
Reworded the lab 3
Browse files Browse the repository at this point in the history
The title was wrong.

Signed-off-by: JJ Asghar <awesome@ibm.com>
  • Loading branch information
jjasghar committed Sep 25, 2024
1 parent 6dd39cf commit 006cb81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ The introductory page of the workshop is broken down into the following sections
| | |
| :--- | :--- |
| [Lab 0: Pre-work](pre-work/README.md) | Pre-work for the project |
| [Lab 1: Installing a local AI](lab-1/README.md) | |
| [Lab 2: Using a local AI](lab-2/README.md) | |
| [Lab 3: Building your local AI co-pilot](lab-3/README.md)| |
| [Lab 4: Tuning your local AI](lab-4/README.md) | |
| [Lab 5: Using the InstructLab UI for AI Tuning](lab-5/README.md) | |
| [Lab 1: Installing a local AI](lab-1/README.md) | Overview of building a local Open Source AI |
| [Lab 2: Using a local AI](lab-2/README.md) | Using a local Open Source AI |
| [Lab 3: Setting up InstructLab](lab-3/README.md) | Setting up InstructLab |
| [Lab 4: Tuning your local AI](lab-4/README.md) | Learning how to fine tune your local model |
| [Lab 5: Using the InstructLab UI for AI Tuning](lab-5/README.md) | Leveraging the UI instead of the CLI for InstructLab |

## Compatibility

Expand Down
2 changes: 1 addition & 1 deletion docs/lab-3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Building your local AI co-pilot
# Setting up InstructLab

Now that we have a working VSCode instance working with the granite model, lets talk about more
things you can do with an InstructLab system. This is where the [InstructLab](https://instructlab.ai/)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nav:
- Lab 0. Pre-work: pre-work/README.md
- Lab 1. Installing a local AI: lab-1/README.md
- Lab 2. Using a local AI: lab-2/README.md
- Lab 3. Building your local AI co-pilot: lab-3/README.md
- Lab 3. Setting up InstructLab: lab-3/README.md
- Lab 4. Tuning your local AI: lab-4/README.md
- Lab 5. Using the InstructLab UI for AI Tuning: lab-5/README.md
- References:
Expand Down

0 comments on commit 006cb81

Please sign in to comment.