From b66a4a405a87a30ca6911e19d5c5b89d5913c0ca Mon Sep 17 00:00:00 2001 From: Dan McPherson Date: Mon, 7 Apr 2025 11:41:09 -0400 Subject: [PATCH 1/2] Update governance to acknowledge dev-docs repo governance process dev-docs was recently updated: https://github.com/instructlab/dev-docs/pull/187 to remove the OC as a primary approver of all dev docs. Instead the OC should only be consulted when there is unresolvable (by the dev-docs maintainers) contention on a proposal. Signed-off-by: Dan McPherson --- GOVERNANCE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 2997499..a829979 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -153,6 +153,8 @@ and conducted by the appropriate body: - Non-trivial changes to the governance (this document) (supermajority of the Oversight Committee) - Licensing and intellectual property changes such as new logos or wordmarks (majority of the Oversight Committee) - Adding, archiving, or removing projects (majority of the Oversight Committee) +- Resolving contentious [dev-docs](https://github.com/instructlab/dev-docs/blob/main/README.md#governance) proposals + Other decisions may be called out and put up for decision on the InstructLab [community mailing list](https://github.com/instructlab/community/blob/main/Collaboration.md#email-lists). This can be From 8fb68b21c15b3db4477ebffc4428f97368c3e5f7 Mon Sep 17 00:00:00 2001 From: Dan McPherson Date: Mon, 7 Apr 2025 12:01:00 -0400 Subject: [PATCH 2/2] Fix linting Signed-off-by: Dan McPherson --- .spellcheck-en-custom.txt | 3 +++ Collaboration.md | 8 ++++---- GOVERNANCE.md | 1 - HW_REQS.md | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.spellcheck-en-custom.txt b/.spellcheck-en-custom.txt index 24e7855..e400625 100644 --- a/.spellcheck-en-custom.txt +++ b/.spellcheck-en-custom.txt @@ -28,6 +28,7 @@ Ashgar backend benchmarking Bernardino +Bluesky bjhargrave Boelkins Byars @@ -184,6 +185,7 @@ README Rebecca Redbooks redbooks +Reddit Repo repo resynthesizes @@ -217,6 +219,7 @@ Spielman spzala Stanberry Standup +subreddit Sudalairaj supermajority Tatlock diff --git a/Collaboration.md b/Collaboration.md index be0010e..b995435 100644 --- a/Collaboration.md +++ b/Collaboration.md @@ -152,17 +152,17 @@ Follow us on [X](https://twitter.com/instructlab) for our latest Tweets. Er, Xes ### [Mastodon](#mastodon) -Join the [InstructLab Mastodon server](https://mastodon.social/@InstructLab) +Join the [InstructLab Mastodon server](https://mastodon.social/@InstructLab) to find out what's going on in the InstructLab world. ### [Bluesky](#bluesky) -Follow us on [Bluesky](https://bsky.app/profile/instructlab.bsky.social). -This channel is currently inactive, but stay tuned for our next updates. +Follow us on [Bluesky](https://bsky.app/profile/instructlab.bsky.social). +This channel is currently inactive, but stay tuned for our next updates. ### [Reddit](#reddit) -Check out the [InstructLab subreddit](https://reddit.com/r/instructlab)- feel free to share +Check out the [InstructLab subreddit](https://reddit.com/r/instructlab)- feel free to share your experience with using and contributing to InstructLab. Every article is welcomed! ### [YouTube](#youtube) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index a829979..e65db8b 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -155,7 +155,6 @@ and conducted by the appropriate body: - Adding, archiving, or removing projects (majority of the Oversight Committee) - Resolving contentious [dev-docs](https://github.com/instructlab/dev-docs/blob/main/README.md#governance) proposals - Other decisions may be called out and put up for decision on the InstructLab [community mailing list](https://github.com/instructlab/community/blob/main/Collaboration.md#email-lists). This can be done by anyone at any time. By default, any decisions called to a vote will be for a _simple majority_ vote of the diff --git a/HW_REQS.md b/HW_REQS.md index e17262d..fd55329 100644 --- a/HW_REQS.md +++ b/HW_REQS.md @@ -1,6 +1,6 @@ ## 📋 Hardware requirements -The local training is the most hardware intensive part of this process. +The local training is the most hardware intensive part of this process. Your hardware determines how fast/slow training the model locally will take. To run and train InstructLab locally, you must meet the following requirements: @@ -20,5 +20,5 @@ To run and train InstructLab locally, you must meet the following requirements: > **NOTE:** Python 3.12 is currently not supported, because some dependencies don't work on Python 3.12, yet. -> **NOTE:** When installing the `ilab` CLI on macOS, you may have to run the +> **NOTE:** When installing the `ilab` CLI on macOS, you may have to run the > `xcode-select --install` command, installing the required packages previously listed. \ No newline at end of file