-
Couldn't load subscription status.
- Fork 116
Add storage requirements to docs #1836
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
base: main
Are you sure you want to change the base?
Add storage requirements to docs #1836
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds disk space requirements to the documentation after the author encountered out-of-disk errors during installation on a 100GB VM. The change specifies that 100GB+ of free disk space is required for installation.
- Adds disk space requirements to system specifications
- Updates both installation documentation and README with consistent storage requirements
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/getting_started/installation.md | Adds disk space requirement to system specs checklist |
| README.md | Adds disk space requirement to system requirements section |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
docs/getting_started/installation.md
Outdated
| - [x] **RAM:** 32GB+ | ||
| - [x] **GPU:** NVIDIA RTX 2070+ | ||
| - [x] **VRAM:** 8GB+ | ||
| - [x] **DISK:** 100GB+ free space |
Copilot
AI
Sep 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formatting is inconsistent with other requirement entries. Remove the colon after 'DISK' to match the pattern used for RAM, GPU, and VRAM entries.
| - [x] **DISK:** 100GB+ free space | |
| - [x] **DISK** 100GB+ free space |
README.md
Outdated
| - **RAM**: 32GB+ recommended | ||
| - **VRAM**: 8GB+ | ||
| - **GPU**: NVIDIA RTX 2080+ | ||
| - **DISK:** 100GB+ free space |
Copilot
AI
Sep 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formatting is inconsistent with other requirement entries. Remove the colon after 'DISK' to match the pattern used for RAM, VRAM, and GPU entries.
| - **DISK:** 100GB+ free space | |
| - **DISK**: 100GB+ free space |
I ran out of disk space running the installation steps on a fresh VM with 100GB. Got out of disk error. After installation the final size required is about 70GB, but during the process it requires more.