Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .spellcheck-en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ backend
benchmarking
Bernardino
bjhargrave
Bluesky
Boelkins
Byars
Bzostek
Expand Down Expand Up @@ -184,6 +185,7 @@ README
Rebecca
Redbooks
redbooks
Reddit
Repo
repo
resynthesizes
Expand Down Expand Up @@ -218,6 +220,7 @@ spzala
Stanberry
Standup
Sudalairaj
subreddit
supermajority
Tatlock
templated
Expand Down
12 changes: 6 additions & 6 deletions Collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ repo.

If you have questions or ideas, we have an open door policy and would love for you to join us.

### [Weekly UI Team Meeting](#weekly-ui-team-meeting)
### [Monthly UI Team Meeting](#monthly-ui-team-meeting)

We host a weekly meeting on Wednesdays at 17:00 UTC
We host community meetings on the first Wednesday of each month at 17:00 UTC
([time zone converter](https://www.timeanddate.com/worldclock/meetingdetails.html?year=2024&month=5&day=28&hour=17&min=0&sec=0&p1=37&p2=43&p3=224&p4=213&p5=771&p6=248&p7=2&p8=101&iv=1800))
to review development underway to [create and iterate upon a GUI](https://github.com/instructlab/ui) for InstructLab.

Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions HW_REQS.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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.