Commit Graph

205 Commits

Author SHA1 Message Date
BuildTools c8babbd6e1
feat(core): add update checking support
- add update checking support with AUTOGGUF_CHECK_UPDATE (enabled) env variable
- fix setup.py
- add localization keys for update checking
- update version to v1.7.2 in Localizations.py
- formatting changes
2024-08-18 13:30:45 -07:00
dependabot[bot] 492da8714d
build(deps): update torch requirement from ~=2.2.0 to ~=2.4.0
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-18 11:25:50 +00:00
BuildTools 7966150d90
ci: add PyPI setup script 2024-08-17 13:41:21 -07:00
BuildTools a1650bba07
chore: add missing requirements
- add missing requirements
- add dotenv file loading
2024-08-17 13:27:18 -07:00
BuildTools 03c8a23e07
feat(ui): use Unicode for X button
- use Unicode for X button in KV Overrides box
- move CustomTitleBar to separate file
2024-08-17 13:24:37 -07:00
BuildTools b62e8fc47c
feat(monitor): add smoother usage bar changes 2024-08-17 13:07:48 -07:00
BuildTools adc8f4bd02
refactor: move functions out of AutoGGUF.py
- move functions out of AutoGGUF.py
- add live update support to GPU monitor graphs
2024-08-17 12:47:01 -07:00
leafspark ac41372eb3
docs: update showcase image 2024-08-16 21:32:06 -07:00
leafspark 8f963f9143
docs: update readme to v1.7.1 2024-08-16 21:27:57 -07:00
BuildTools ea2b365886
docs: update changelog to v1.7.1 2024-08-16 21:07:05 -07:00
BuildTools f02fcb28de
ci: add inno setup build file
- add inno setup build file
- align localizations definitions
- update .gitignore
2024-08-16 21:04:32 -07:00
BuildTools 52c789e374
chore: update localizations to v1.7.1 2024-08-16 20:26:09 -07:00
BuildTools 77790613db
fix: add missing imports 2024-08-16 20:17:43 -07:00
BuildTools 656d468076
chore: add default.css theme 2024-08-16 20:06:47 -07:00
leafspark 95ca743e10
chore: add .css to .gitignore 2024-08-16 20:06:17 -07:00
BuildTools a7e8bf673e
refactor: adapt gguf library to project
- remove comments
- remove argparse help text
2024-08-16 19:58:29 -07:00
BuildTools f7f9a457ea
feat(models): add support for EXAONE model type
- updated llama.cpp convert_hf_to_gguf.py file to support EXAONE models by LG
2024-08-16 19:52:36 -07:00
BuildTools c02df3005e
docs: update docstrings and small code fixes
- update docstrings for AutoGGUF.py and add for lora_conversion.py and Logger.py
- fix IDE detected code typos and errors
2024-08-16 19:43:48 -07:00
leafspark 7ac297a3bc
Merge pull request #12 from leafspark/modern-ui
feat(ui): add modern UI
2024-08-16 19:24:35 -07:00
BuildTools 4cf03281ed
feat(ui): add window resizing shortcuts
- add Ctrl+ (increase by 10%), Ctrl- (reduce by 10%), Ctrl+0 (reset)
2024-08-16 19:17:33 -07:00
BuildTools 3a434865bc
feat(ui): add theming support and CPU usage bar
- add theming support
- add CPU usage bar
- add Save Preset and Load Preset menu bar options under File tab
2024-08-16 18:59:37 -07:00
BuildTools 66e7e3977f
refactor: make window scrollable
- make window scrollable
- move save/load preset logic to presets.py
- add Alt+F4 keybind to Close action
2024-08-16 18:45:22 -07:00
BuildTools 8249743119
fix: update version to v1.7.0 2024-08-16 17:31:07 -07:00
BuildTools 97378b0009
style: reformat file 2024-08-16 17:29:48 -07:00
BuildTools 9c2346baec
feat(config): allow setting window size through env
- allow setting window size through env
- update version to v1.7.0
2024-08-16 17:29:23 -07:00
BuildTools 432306d2ba
feat(ui): add seamless title bar 2024-08-16 17:16:15 -07:00
BuildTools cae2fb9ce3
Merge branch 'main' of https://github.com/leafspark/AutoGGUF 2024-08-16 16:28:39 -07:00
BuildTools 27a53a5b2b
fix: revert imports change
- revert absolute imports change
2024-08-16 16:28:24 -07:00
leafspark 2152069db9
docs: update changelog to v1.7.0 2024-08-16 16:20:35 -07:00
BuildTools d2c83efebb
refactor: change filenames to follow PEP 8 2024-08-16 16:08:08 -07:00
BuildTools 516aec0a13
docs: update CONTRIBUTING.md
- add PR instructions to CONTRIBUTING.md
- almost disable Radon
2024-08-16 15:57:38 -07:00
BuildTools 9d939151de
refactor: move functions to helper modules
- move functions to helper modules
- set radon to lenient (E)
- disable pre-commit workflow
- adjust module importing
2024-08-16 15:50:39 -07:00
BuildTools 000ca6bb1f
ci: support 32-bit builds
- support 32-bit builds
- fix pre-commit formatting issues
2024-08-16 15:22:48 -07:00
BuildTools c5e1313e9c
feat(ui): add menubar
- add basic menu bar showing Close and About areas
- add program version in localizations.py
- refactor functions out of AutoGGUF.py and move to ui_update.py
2024-08-16 15:15:29 -07:00
BuildTools f5e0bca12a
Merge branch 'main' of https://github.com/leafspark/AutoGGUF 2024-08-15 19:08:35 -07:00
BuildTools 25b4a76ec9
refactor: fix pre commit issues and update radon workflow
- run pre commits
- exclude quantize_model from radon
2024-08-15 19:08:21 -07:00
leafspark fed6f74789
Merge pull request #10 from leafspark/dependabot/pip/psutil-approx-eq-6.0.0
build(deps): update psutil requirement from ~=5.9.8 to ~=6.0.0
2024-08-15 19:06:58 -07:00
leafspark 4324ea7ce1
Merge pull request #9 from leafspark/dependabot/pip/torch-approx-eq-2.4.0
build(deps): update torch requirement from ~=1.13.1 to ~=2.4.0
2024-08-15 19:06:38 -07:00
dependabot[bot] 9751b04fed
build(deps): update psutil requirement from ~=5.9.8 to ~=6.0.0
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-6.0.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 02:03:50 +00:00
dependabot[bot] acd9710545
build(deps): update torch requirement from ~=1.13.1 to ~=2.4.0
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.13.1...v2.4.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 02:03:47 +00:00
BuildTools 3946b2a49e
Merge branch 'main' of https://github.com/leafspark/AutoGGUF 2024-08-15 19:02:42 -07:00
BuildTools 034bbbb3b9
ci: add radon, dependabot, and pre-commit workflows
- add radon, dependabot, and pre-commit workflows
- optimize imports in AutoGGUF.py
2024-08-15 19:02:36 -07:00
leafspark 9ef6b1a664
ci: add dependency audit 2024-08-15 18:52:29 -07:00
leafspark b3eecc173d
ci: rename workflow and add src files to artifact 2024-08-15 18:43:13 -07:00
leafspark 82cd5eb129
ci: exclude torch from build 2024-08-15 18:36:26 -07:00
leafspark 987c32d887
ci: fix build workflow
- fixed sha hash syntax error
2024-08-15 18:33:41 -07:00
leafspark 048bececb8
ci: add build workflow 2024-08-15 18:31:43 -07:00
leafspark ea4f0a0c41
ci: disable .md and .txt CodeQL analysis 2024-08-15 18:23:42 -07:00
leafspark e867a9e5cf
docs: update SECURITY.md 2024-08-15 18:22:30 -07:00
leafspark e1aafb4681
docs: fix image blur 2024-08-15 18:13:04 -07:00