Commit Graph

18 Commits

Author SHA1 Message Date
BuildTools 3804da0a3f
feat(ui): add RAM and CPU usage graphs
- add RAM and CPU usage graphs
- add input validation using wraps
- reduce strictness of iMatrix status checking
- add right click context menu to models list
2024-09-10 15:58:17 -07:00
BuildTools e5e18f9966
feat(core): add GGUF splitting feature
- add ability to split GGUFs
2024-09-09 20:46:53 -07:00
BuildTools fb092f8701
refactor: adjust logging and localizations
- adjust logging strings
- update French and Dutch localizations
- add minimal .env file loader in Localizations.py
2024-09-09 15:42:09 -07:00
BuildTools 454fb193f9
perf(startup): improve startup time by optimizing default configuration
- improve startup time by optimizing default configuration (disable network fetches for backends and updates)
- add startup time measuring
- use localizations for .env loader
2024-09-04 21:50:00 -07:00
BuildTools d55cb9ea9b
refactor: prepare repo for v1.8.1
- add localizations for AutoFP8
- remove unnecessary assets
- update CHANGELOG.md
- add DownloadThread.py docs
2024-09-04 17:19:54 -07:00
BuildTools 3adee266ca
feat(server): support API key authentication
- support authenticating via API key for the local server
- update Spanish localizations
2024-09-02 19:21:39 -07:00
BuildTools e307a4d3b5
chore: bump version to v1.8.0 2024-08-26 14:53:16 -07:00
BuildTools 6e424462ab
refactor: add type hints 2024-08-22 21:56:37 -07:00
BuildTools d4be39a22c
feat(core): implement plugins
- add plugins feature using importlib
- edit .gitignore
- change enabled state of AUTOGGUF_SERVER to "enabled" from "true" for consistency
2024-08-22 20:08:02 -07:00
BuildTools e8026892e9
chore: fix Arabic and French localizations 2024-08-22 17:52:28 -07:00
BuildTools 4f2c8057e1
feat(core): add verification to manual import + concatenated file support
- verify GGUFs on manual import
- show warning when dealing with concatenated files such as mradermacher's split GGUFs (partXofX)
2024-08-22 15:57:21 -07:00
BuildTools 88875e3d67
feat(core): add manual model import
- allow importing models from any directory on the system
- add args as AutoGGUF class parameter
2024-08-22 15:39:08 -07:00
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
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
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 8249743119
fix: update version to v1.7.0 2024-08-16 17:31:07 -07:00
BuildTools d2c83efebb
refactor: change filenames to follow PEP 8 2024-08-16 16:08:08 -07:00