Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark committed Aug 8, 2024
2 parents b2d4fd0 + b3b3c59 commit 260d4cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ AutoGGUF provides a graphical user interface for quantizing GGUF models using th
```
pip install -r requirements.txt
```
or
```
pip install PyQt6 requests psutil shutil numpy torch safetensors gguf
```
2. Run the application:
```
python src/main.py
Expand Down Expand Up @@ -86,11 +82,10 @@ Release keys are identical to ones used for commiting.

### 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
Expand All @@ -101,13 +96,7 @@ Find the executable in `build/<type>/dist/AutoGGUF.exe`.

## Dependencies

- PyQt6
- psutil
- shutil
- numpy
- torch
- safetensors
- gguf (bundled)
Find them in `requirements.txt`.

## Localizations

Expand All @@ -117,14 +106,14 @@ To use a specific language, set the `AUTOGGUF_LANGUAGE` environment variable to

## 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

- Actual progress bar tracking
- Perplexity testing
- Time estimation for quantization
- `nvidia-smi` monitoring support

## Troubleshooting

Expand All @@ -136,7 +125,7 @@ Fork the repo, make your changes, and ensure you have the latest commits when me

## User Interface

![image](https://github.com/user-attachments/assets/2660c841-07ba-4c3f-ae3a-e63c7068bdc1)
![image](https://github.com/user-attachments/assets/a327afb9-950d-420b-b07f-46658ffb0822)

## Stargazers

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
| ----------------- | ------------------ |
| stable (v1.4.2) | :white_check_mark: |
| stable (v1.5.1) | :white_check_mark: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 260d4cd

Please sign in to comment.