Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update supported python version to reflect cli requirements #439

Merged
merged 1 commit into from
Jan 28, 2025
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
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
Loading