diff --git a/docs/getting-started/linux_amd.md b/docs/getting-started/linux_amd.md index 53f0f53..b12f12d 100644 --- a/docs/getting-started/linux_amd.md +++ b/docs/getting-started/linux_amd.md @@ -9,7 +9,7 @@ logo: images/ilab_dog.png ## tl;dr !!! note - These steps will pull down a premade `qna.yaml` so you can do a local build. skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this. + These steps will pull down a premade `qna.yaml` so you can do a local build. Skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this. ```bash python3.11 -m venv venv-instructlab-0.18-3.11 diff --git a/docs/getting-started/linux_nvidia.md b/docs/getting-started/linux_nvidia.md index 88d6b73..f7953e8 100644 --- a/docs/getting-started/linux_nvidia.md +++ b/docs/getting-started/linux_nvidia.md @@ -9,7 +9,7 @@ logo: images/ilab_dog.png ## tl;dr !!! note - These steps will pull down a premade `qna.yaml` so you can do a local build. skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this. + These steps will pull down a premade `qna.yaml` so you can do a local build. Skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this. ```bash python3.11 -m venv venv-instructlab-0.18-3.11 diff --git a/docs/getting-started/mac_metal.md b/docs/getting-started/mac_metal.md index 6bed81b..706160e 100644 --- a/docs/getting-started/mac_metal.md +++ b/docs/getting-started/mac_metal.md @@ -9,7 +9,7 @@ logo: images/ilab_dog.png ## tl;dr !!! note - These steps will pull down a premade `qna.yaml` so you can do a local build. skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this. + These steps will pull down a premade `qna.yaml` so you can do a local build. Skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this. ```bash python3.11 -m venv venv-instructlab-0.18-3.11 @@ -267,14 +267,6 @@ INFO 2024-08-01 15:05:48,464 huggingface_hub.file_download:1893: Download comple - Specify repository, and a Hugging Face token if necessary. For example: -```shell -HF_TOKEN= ilab model download --repository=TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF --filename=mixtral-8x7b-instruct-v0.1.Q4_K_M.gguf -``` - -#### Downloading an entire Hugging Face repository (Safetensors Model) - -- Specify repository, and a Hugging Face token if necessary. For example: - ```shell HF_TOKEN= ilab model download --repository=instructlab/granite-7b-lab ```