mirror of https://github.com/leafspark/AutoGGUF
Created System Requirements (markdown)
parent
4c1d2a5e65
commit
1f8d597ed1
|
@ -0,0 +1,14 @@
|
|||
### RAM and CPU Usage
|
||||
|
||||
The system requirements for AutoGGUF depend on the size of the models you're working with. For optimal performance:
|
||||
|
||||
- RAM: At least 16GB, with 32GB or more recommended for larger models
|
||||
- CPU: Multi-core processor, preferably with AVX2 or AVX-512 support
|
||||
|
||||
### Software Dependencies
|
||||
|
||||
AutoGGUF requires:
|
||||
|
||||
- Python 3.8 or higher
|
||||
- CUDA-compatible GPU for faster processing (optional but recommended)
|
||||
- Necessary Python libraries (requirements will be listed in the installation section)
|
Loading…
Reference in New Issue