Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 304d2ce

Browse files
fix: spellcheck and markdown linting
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent 838b529 commit 304d2ce

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config:
88
no-duplicate-header: false
99
single-trailing-newline: false
1010
no-duplicate-heading: false
11+
descriptive-link-text: false
1112
globs:
1213
- "**/*.md"
1314
ignores:

.spellcheck-en-custom.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ vLLM
8686
yaml
8787
yamls
8888
Yi
89+
UI
90+
VRAM
91+
pytest
92+
tox
93+
webhooks

docs/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ you can run `tox -e py3-functional-gpu`.
2323

2424
In CI, the non-GPU tests are run with Python 3.10 - 3.12 on Ubuntu and MacOS runners - you can see the details [here](https://github.com/instructlab/sdg/blob/main/.github/workflows/test.yml)
2525

26-
The GPU tests are run with Python 3.11 on CentOS runners with access to a single NVIDIA Telsa T4 GPU with 16GB of vRAM - you can see the details [here](https://github.com/instructlab/sdg/blob/main/.github/workflows/functional-gpu-nvidia-t4-x1.yml)
26+
The GPU tests are run with Python 3.11 on CentOS runners with access to a single NVIDIA Tesla T4 GPU with 16GB of vRAM - you can see the details [here](https://github.com/instructlab/sdg/blob/main/.github/workflows/functional-gpu-nvidia-t4-x1.yml)
2727

2828
## End-to-end (E2E) tests
2929

30-
InstructLab SDG has several end-to-end jobs that run to ensure compatability with the [InstructLab Core](https://github.com/instructlab/instructlab) project.
30+
InstructLab SDG has several end-to-end jobs that run to ensure compatibility with the [InstructLab Core](https://github.com/instructlab/instructlab) project.
3131

3232
There is currently a ["small" t-shirt size E2E job](https://github.com/instructlab/sdg/blob/main/.github/workflows/e2e-nvidia-t4-x1.yml) and a
3333
["medium" t-shirt size E2E job](https://github.com/instructlab/sdg/blob/main/.github/workflows/e2e-nvidia-l4-x1.yml).

0 commit comments

Comments
 (0)