Skip to content

Commit 547e3cf

Browse files
Small grammar fix (#27)
* Fix grammar in notes in two separate docs Signed-off-by: Christian Sears <[email protected]> * Add missing 'the' in note Signed-off-by: Christian Sears <[email protected]> --------- Signed-off-by: Christian Sears <[email protected]>
1 parent ff7bc3c commit 547e3cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started/download_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ilab model download --hf-token <your-huggingface-token>
3838
```
3939

4040
!!! note
41-
⏳ This command can take few minutes or immediately depending on your internet connection or model is cached. If you have issues connecting to Hugging Face, refer to the [Hugging Face discussion forum](https://discuss.huggingface.co/) for more details.
41+
⏳ This command can take few minutes to run, or it can finish immediately. The speed depends on your internet connection and whether or not the model is cached. If you have issues connecting to Hugging Face, refer to the [Hugging Face discussion forum](https://discuss.huggingface.co/) for more details.
4242

4343
## Downloading an entire Hugging Face repository (Safetensors Model)
4444

docs/getting-started/mac_metal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ilab model serve --model-path instructlab-granite-7b-lab-trained/instructlab-gra
3232
The following steps in this document use [Python venv](https://docs.python.org/3/library/venv.html) for virtual environments. However, if you use another tool such as [pyenv](https://github.com/pyenv/pyenv) or [Conda Miniforge](https://github.com/conda-forge/miniforge) for managing Python environments on your machine continue to use that tool instead. Otherwise, you may have issues with packages that are installed but not found in `venv`.
3333

3434
!!! note
35-
`pip install` may take some time, depending on your internet connection. In case installation fails with error ``unsupported instruction `vpdpbusd'``, append `-C cmake.args="-DLLAMA_NATIVE=off"` to `pip install` command.
35+
`pip install` may take some time, depending on your internet connection. In case installation fails with error ``unsupported instruction `vpdpbusd'``, append `-C cmake.args="-DLLAMA_NATIVE=off"` to the `pip install` command.
3636

3737
1) Install with Apple Metal on M1/M2/M3 Macs:
3838

0 commit comments

Comments
 (0)