Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/lab-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ INFO 2024-10-17 12:05:55,951 instructlab.model.backends.llama_cpp:190: After app
Because you're serving the model in one terminal window, you will have to create a new window and re-activate your Python virtual environment to run `ilab model chat` command:

```shell
cd instructlab
source venv/bin/activate
ilab model chat
```
Expand Down