diff --git a/FAQ.md b/FAQ.md index 76f614cd..15fb1ace 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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 diff --git a/QUICK_START_GUIDE.md b/QUICK_START_GUIDE.md index 1719f034..9a963c8c 100644 --- a/QUICK_START_GUIDE.md +++ b/QUICK_START_GUIDE.md @@ -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