Skip to content

Commit

Permalink
Merge pull request #217 from szaher/update-model-download-docs
Browse files Browse the repository at this point in the history
Update docs to download models from RH registry
  • Loading branch information
HumairAK authored Nov 29, 2024
2 parents ab8b269 + dfd4fda commit f057967
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions standalone/instructlab-rhoai.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ Before running the training and evaluation steps we must complete the following:
```

* Download ilab model repository in s3-data model direct

```
$ ilab model download --repository ibm-granite/granite-7b-base
$ cp -r <path-to-model-downloaded-dir>/ibm-granite/granite-7b-base/* s3-data/model
$ ilab model download --repository docker://registry.redhat.io/rhelai1/granite-7b-starter --release 1.2-1728663941
$ cp -r <path-to-model-downloaded-dir>/granite-7b-starter/* s3-data/model
```

* Clone taxonomy repository (this could be any taxonomy repo and any branches in the given repo)
Expand Down

0 comments on commit f057967

Please sign in to comment.