Skip to content

Commit

Permalink
Fixed some typos and formattng.
Browse files Browse the repository at this point in the history
Fixed some formatting and typos.

Signed-off-by: JJ Asghar <awesome@ibm.com>
  • Loading branch information
jjasghar committed Aug 29, 2024
1 parent d3a452e commit d7feb5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/linux_amd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/linux_nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 1 addition & 9 deletions docs/getting-started/mac_metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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=<YOUR HUGGINGFACE TOKEN GOES HERE> 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=<YOUR HUGGINGFACE TOKEN GOES HERE> ilab model download --repository=instructlab/granite-7b-lab
```
Expand Down

0 comments on commit d7feb5b

Please sign in to comment.