Skip to content

Commit

Permalink
Removing the training section
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Zago <[email protected]>
  • Loading branch information
rafaelvzago committed Oct 9, 2024
1 parent 0522112 commit 911c91a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/modules/ROOT/pages/03-demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ Initialization completed successfully, you're ready to start using `ilab`. Enjoy
* The `ilab config init` command is used to initialize the InstructLab configuration, creating the `config.yaml` file with the default configuration.
* The user is prompted to provide the necessary values to initialize the environment, such as the path to the taxonomy repo and the path to the model.
* After running ilab config init your directories will look like the following on a Linux system:
├─ ~/.cache/instructlab/models/ (1)
├─ ~/.local/share/instructlab/datasets (2)
├─ ~/.local/share/instructlab/taxonomy (3)
├─ ~/.local/share/instructlab/checkpoints (4)
** ~/.cache/instructlab/models/ (1)
** ~/.local/share/instructlab/datasets (2)
** ~/.local/share/instructlab/taxonomy (3)
** ~/.local/share/instructlab/checkpoints (4)
(1) Directory where the models are stored.
(2) Directory where the datasets are stored.
Expand Down

0 comments on commit 911c91a

Please sign in to comment.