Skip to content

Model download is important for these steps to be possible #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion docs/getting-started/linux_amd.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd ~/.local/share/instructlab
mkdir -p taxonomy/knowledge/astronomy/constellations/Phoenix/
wget https://raw.githubusercontent.com/instructlab/taxonomy/26b3fe21ccbb95adc06fe8ce76c7c18559e8dd05/knowledge/science/astronomy/constellations/phoenix/qna.yaml
mv qna.yaml taxonomy/knowledge/astronomy/constellations/Phoenix/
ilab model download --hf-token <Huggingface generated token>
ilab taxonomy diff
ilab data generate
ilab model train
Expand Down Expand Up @@ -155,4 +156,4 @@ _ILAB_COMPLETE=fish_source ilab > ~/.config/fish/completions/ilab.fish

Now that you have InstructLab installed, the next step is to initialize your environment.

[Initialize InstructLab](../getting-started/initilize_ilab.md){: .md-button .md-button--primary }
[Initialize InstructLab](../getting-started/initilize_ilab.md){: .md-button .md-button--primary }