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
4aa3eafef8
docs: update features and shields
2024-09-09 21:11:23 -07:00
BuildTools
e5e18f9966
feat(core): add GGUF splitting feature
...
- add ability to split GGUFs
2024-09-09 20:46:53 -07:00
BuildTools
cee4294ecf
feat(parallel): add support for iMatrix generation tracking
...
- add support for iMatrix generation tracking
- don't adjust progress bar when indeterminate
2024-09-09 19:26:56 -07:00
leafspark
c96380cbf8
Merge pull request #20 from leafspark/dependabot/pip/safetensors-approx-eq-0.4.5
...
build(deps): update safetensors requirement from ~=0.4.4 to ~=0.4.5
2024-09-09 15:51:56 -07:00
leafspark
528ed4c5ca
Merge pull request #19 from leafspark/dependabot/pip/torch-approx-eq-2.4.1
...
build(deps): update torch requirement from ~=2.4.0 to ~=2.4.1
2024-09-09 15:51:40 -07:00
dependabot[bot]
0c49e71ce9
build(deps): update safetensors requirement from ~=0.4.4 to ~=0.4.5
...
Updates the requirements on [safetensors](https://github.com/huggingface/safetensors ) to permit the latest version.
- [Release notes](https://github.com/huggingface/safetensors/releases )
- [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md )
- [Commits](https://github.com/huggingface/safetensors/compare/v0.4.4...v0.4.5 )
---
updated-dependencies:
- dependency-name: safetensors
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 22:46:34 +00:00
dependabot[bot]
d918ece029
build(deps): update torch requirement from ~=2.4.0 to ~=2.4.1
...
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.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: torch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 22:46:33 +00:00
leafspark
240dd5a07d
Merge pull request #18 from leafspark/dependabot/pip/setuptools-approx-eq-74.1.2
...
build(deps): update setuptools requirement from ~=74.0.0 to ~=74.1.2
2024-09-09 15:45:43 -07:00
leafspark
23dc666214
Merge pull request #17 from leafspark/dependabot/pip/fastapi-approx-eq-0.114.0
...
build(deps): update fastapi requirement from ~=0.112.2 to ~=0.114.0
2024-09-09 15:45:29 -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
be38e35d99
refactor: move functions into classes
...
- move functions into existing classes and files
- move AutoFP8 dialog out of a function and into __init__
2024-09-09 15:11:03 -07:00
dependabot[bot]
9cf3c01331
build(deps): update setuptools requirement from ~=74.0.0 to ~=74.1.2
...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools ) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v74.0.0...v74.1.2 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 11:49:00 +00:00
dependabot[bot]
3138266439
build(deps): update fastapi requirement from ~=0.112.2 to ~=0.114.0
...
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi ) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases )
- [Commits](https://github.com/fastapi/fastapi/compare/0.112.2...0.114.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 11:48:56 +00:00
BuildTools
e46c6260ee
fix: set progress to zero when indeterminate
2024-09-07 10:16:59 -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
bd9889a2d4
fix: remove comments in requirements.txt
2024-09-04 21:26:06 -07:00
BuildTools
9e200a0e3b
fix: update requirements.txt formatting
2024-09-04 21:21:13 -07:00
BuildTools
8fb500a27d
refactor: remove requests and python-dotenv to reduce size
2024-09-04 21:18:49 -07:00
BuildTools
45d0212abe
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-09-04 17:53:44 -07:00
BuildTools
f8651ef19f
fix: reorganize imports and remove pytz
...
- reorganize imports and remove pytz from KVOverrideEntry.py
2024-09-04 17:53:32 -07:00
leafspark
b461ed2e39
docs: add more information to SECURITY.md
...
- add more information to SECURITY.md
- update version to v1.8.1
2024-09-04 17:47:39 -07:00
BuildTools
8c333b0ffe
docs: update CHANGELOG.md
...
- update CHANGELOG.md
- bump version in setup.py
2024-09-04 17:36:48 -07:00
leafspark
44f69b2b99
docs: update showcase image
2024-09-04 17:33:53 -07:00
BuildTools
24ae0066ed
feat: support key shortcuts for AutoFP8 window
...
- update README.md for v1.8.1
- remove aliased quant types
- update .env.example with all configuration parameters
2024-09-04 17:31:39 -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
a91f804ec1
fix: use proper status in TaskListItem
...
- use proper status in TaskListItem
- make sure to pass quant_threads and Logger to TaskListItem
- remove unnecessary logging in quantize_to_fp8_dynamic.py and optimize imports
2024-09-02 18:43:22 -07:00
BuildTools
a7f2dec852
feat(ui): add AutoFP8 quantization window
...
- add AutoFP8 quantization window (currently broken)
- add more dynamic KV parameters
2024-09-02 18:17:29 -07:00
BuildTools
e43bc480c9
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-09-01 21:10:18 -07:00
BuildTools
79deff70ed
feat(window): add minimize/maximize button
...
- add minimize and maximize button to title bar
- improve smoothness of window moving
- prevent moving window below taskbar
2024-09-01 21:10:13 -07:00
leafspark
f416f020a2
Merge pull request #16 from leafspark/dependabot/pip/setuptools-approx-eq-74.0.0
...
build(deps): update setuptools requirement from ~=68.2.0 to ~=74.0.0
2024-09-01 20:36:32 -07:00
BuildTools
81b2d4137b
feat(core): add AutoFP8 quantization classes
...
- add AutoFP8 quantization classes
- minor fixes based on IDE recommendations
2024-09-01 20:35:35 -07:00
dependabot[bot]
cdc215a00f
build(deps): update setuptools requirement from ~=68.2.0 to ~=74.0.0
...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools ) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v68.2.0...v74.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 11:19:39 +00:00
BuildTools
22bd74b399
feat(server): replace Flask with FastAPI and Uvicorn
...
- replace Flask with FastAPI and Uvicorn
- fix web page not found error
- port is now defaulted to 7001
- bind to localhost (127.0.0.1) instead of 0.0.0.0
- improve performance by using Uvicorn
- add OpenAPI docs for endpoints
2024-08-31 15:34:47 -07:00
BuildTools
db1733b4ed
refactor: allow specifying output path in lora conversion subprocess
...
- remove the shutil.move operation
- allow specifying the output path in arguments in convert_lora_to_ggml.py utility
- bump max number of LoRA layers
2024-08-31 14:54:08 -07:00
leafspark
5f354e692a
docs: update SECURITY.md
2024-08-31 14:05:14 -07:00
BuildTools
a59b49fd97
chore: update llama.cpp convert scripts
2024-08-31 14:01:41 -07:00
BuildTools
fb9addb8c0
feat(models): add HF upload/download class
2024-08-31 13:54:24 -07:00
BuildTools
5d6b6fb67d
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-08-29 15:01:38 -07:00
BuildTools
6583412b76
refactor: move functions out of AutoGGUF.py
...
- relocate functions into utils.py and TaskListItem.py
2024-08-29 15:01:13 -07:00
leafspark
33dc02c5ad
docs: update readme to v1.8.0
2024-08-29 14:46:14 -07:00
leafspark
7349aedc78
ci: fix slashes in build.yml
2024-08-26 15:04:04 -07:00
leafspark
7886c38bfb
ci: make sure to include convert_hf_to_gguf.py in output
2024-08-26 15:03:19 -07:00
BuildTools
e307a4d3b5
chore: bump version to v1.8.0
2024-08-26 14:53:16 -07:00
BuildTools
624949b56d
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-08-25 15:11:51 -07:00
BuildTools
fec22adc58
feat(config): add configuration options
...
- add more configuration options for AUTOGGUF_MODEL_DIR_NAME, AUTOGGUF_OUTPUT_DIR_NAME, and AUTOGGUF_RESIZE_FACTOR (these get created on startup)
- move some UI helper funtions out of AutoGGUF.py and into ui_update and Ta
- optimize imports for utility classes
- fix some missing imports
2024-08-25 15:11:36 -07:00
leafspark
ce8a545f07
Merge pull request #15 from leafspark/dependabot/pip/numpy-lt-3.0.0
...
build(deps): update numpy requirement from <2.0.0 to <3.0.0
2024-08-25 14:53:05 -07:00
dependabot[bot]
d4b99b621a
build(deps): update numpy requirement from <2.0.0 to <3.0.0
...
Updates the requirements on [numpy](https://github.com/numpy/numpy ) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-25 11:13:25 +00:00
BuildTools
86d7bbba2d
style: reformat TaskListItem.py
2024-08-22 21:59:22 -07:00