Skip to content

Commit

Permalink
Merge pull request #439 from booxter/python-version
Browse files Browse the repository at this point in the history
Update supported python version to reflect cli requirements
  • Loading branch information
nathan-weinberg authored Jan 28, 2025
2 parents 01f6f7d + e24afda commit 03b6234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ To run and train InstructLab locally, you must meet the following requirements:
- A Linux-based operating system
- An Apple Silicon M1, M2, or M3 system
- A Windows system with WSL (Windows Subsystem for Linux)
- Python 3.9 or later, including the development headers
- Python 3.10 or 3.11, including the development headers
- Approximately 10GB of free disk space to get through the `ilab generate` step
- Approximately 60GB of free disk space is needed to run the entire process locally on Apple hardware
- About 32 GB RAM
Expand Down
4 changes: 2 additions & 2 deletions QUICK_START_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ the `cli`, please see [the ilab CLI README](https://github.com/instructlab/instr
- **🍎 Apple M1/M2/M3 Mac or 🐧 Linux system** (tested on Fedora). We anticipate support for more operating systems in
the future.
- C++ compiler
- Python 3.9+
- Python 3.10 or 3.11
- Approximately 60GB disk space (entire process)

## ✅ Getting started

### 🧰 Installing `ilab`

1. If you are on Fedora Linux, install C++, Python 3.9+, and other necessary tools by running the following command:
1. If you are on Fedora Linux, install C++, Python 3.10 or 3.11, and other necessary tools by running the following command:

```bash
sudo dnf install g++ gcc make pip python3 python3-devel python3-GitPython
Expand Down

0 comments on commit 03b6234

Please sign in to comment.