Skip to content

Commit d7feb5b

Browse files
committed
Fixed some typos and formattng.
Fixed some formatting and typos. Signed-off-by: JJ Asghar <[email protected]>
1 parent d3a452e commit d7feb5b

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

docs/getting-started/linux_amd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ logo: images/ilab_dog.png
99
## tl;dr
1010

1111
!!! note
12-
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.
12+
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.
1313

1414
```bash
1515
python3.11 -m venv venv-instructlab-0.18-3.11

docs/getting-started/linux_nvidia.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ logo: images/ilab_dog.png
99
## tl;dr
1010

1111
!!! note
12-
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.
12+
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.
1313

1414
```bash
1515
python3.11 -m venv venv-instructlab-0.18-3.11

docs/getting-started/mac_metal.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ logo: images/ilab_dog.png
99
## tl;dr
1010

1111
!!! note
12-
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.
12+
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.
1313

1414
```bash
1515
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
267267

268268
- Specify repository, and a Hugging Face token if necessary. For example:
269269

270-
```shell
271-
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
272-
```
273-
274-
#### Downloading an entire Hugging Face repository (Safetensors Model)
275-
276-
- Specify repository, and a Hugging Face token if necessary. For example:
277-
278270
```shell
279271
HF_TOKEN=<YOUR HUGGINGFACE TOKEN GOES HERE> ilab model download --repository=instructlab/granite-7b-lab
280272
```

0 commit comments

Comments
 (0)