mirror of https://github.com/leafspark/AutoGGUF
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
This commit is contained in:
commit
260d4cd011
23
README.md
23
README.md
|
@ -42,10 +42,6 @@ ### Cross-platform
|
|||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
or
|
||||
```
|
||||
pip install PyQt6 requests psutil shutil numpy torch safetensors gguf
|
||||
```
|
||||
2. Run the application:
|
||||
```
|
||||
python src/main.py
|
||||
|
@ -86,11 +82,10 @@ ## Building
|
|||
|
||||
### Cross-platform
|
||||
```bash
|
||||
cd src
|
||||
pip install -U pyinstaller
|
||||
pyinstaller main.py --onefile
|
||||
cd dist/main
|
||||
./main
|
||||
./build.sh RELEASE | DEV
|
||||
cd build/<type>/dist/
|
||||
./AutoGGUF
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
@ -101,13 +96,7 @@ ### Windows
|
|||
|
||||
## Dependencies
|
||||
|
||||
- PyQt6
|
||||
- psutil
|
||||
- shutil
|
||||
- numpy
|
||||
- torch
|
||||
- safetensors
|
||||
- gguf (bundled)
|
||||
Find them in `requirements.txt`.
|
||||
|
||||
## Localizations
|
||||
|
||||
|
@ -117,7 +106,6 @@ ## Localizations
|
|||
|
||||
## Known Issues
|
||||
|
||||
- Saving preset while quantizing causes UI thread crash (planned fix: remove this feature)
|
||||
- Cannot delete task while processing (planned fix: disallow deletion before cancelling or cancel automatically)
|
||||
|
||||
## Planned Features
|
||||
|
@ -125,6 +113,7 @@ ## Planned Features
|
|||
- Actual progress bar tracking
|
||||
- Perplexity testing
|
||||
- Time estimation for quantization
|
||||
- `nvidia-smi` monitoring support
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
@ -136,7 +125,7 @@ ## Contributing
|
|||
|
||||
## User Interface
|
||||
|
||||

|
||||

|
||||
|
||||
## Stargazers
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ ## Supported Versions
|
|||
|
||||
| Version | Supported |
|
||||
| ----------------- | ------------------ |
|
||||
| stable (v1.4.2) | :white_check_mark: |
|
||||
| stable (v1.5.1) | :white_check_mark: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
Loading…
Reference in New Issue