dependabot[bot]
2bd3c6d120
build(deps): update huggingface-hub requirement
...
Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub ) to permit the latest version.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases )
- [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.25.0...v0.25.2 )
---
updated-dependencies:
- dependency-name: huggingface-hub
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-13 11:21:00 +00:00
leafspark
4011bbdd09
Merge pull request #32 from leafspark/dependabot/pip/uvicorn-approx-eq-0.31.0
...
build(deps): update uvicorn requirement from ~=0.30.6 to ~=0.31.0
2024-10-10 20:33:01 -07:00
BuildTools
73e2f44cf9
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-10-05 21:02:51 -07:00
BuildTools
35839eee77
refactor: use localizations for menubar and structure optimization
...
- use localizations for menubar
- bump AutoGGUF version to v2.0.0
- rename imports_and_globals.py to globals.py
- reformat code
- use file select for Merge/Split GGUF functions
- move general functions verify_gguf and process_args to globals.py
- create Plugins class for extensibility
2024-10-05 21:02:44 -07:00
leafspark
8c1bd73db3
Merge pull request #29 from leafspark/dependabot/pip/pyside6-approx-eq-6.7.3
...
build(deps): update pyside6 requirement from ~=6.7.2 to ~=6.7.3
2024-10-05 20:36:06 -07:00
BuildTools
b1b3a3549a
refactor: use correct strings for GGUF merging
2024-10-04 15:23:56 -07:00
dependabot[bot]
c2075586c5
build(deps): update uvicorn requirement from ~=0.30.6 to ~=0.31.0
...
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn ) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.30.6...0.31.0 )
---
updated-dependencies:
- dependency-name: uvicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 22:06:13 +00:00
leafspark
ef4bbcef2a
build(deps): update transformers requirement from ~=4.44.2 to ~=4.45.1
...
- adds support for MLLama, Pixtral, and a couple new models
2024-09-30 15:05:02 -07:00
BuildTools
c1ff9d1033
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-09-29 23:42:25 -07:00
BuildTools
e67992ec71
feat(gguf): add work in progress GGUF merge window
...
- localization strings and file select types incorrect
2024-09-29 23:42:04 -07:00
dependabot[bot]
d1d9c687f9
build(deps): update transformers requirement from ~=4.44.2 to ~=4.45.1
...
Updates the requirements on [transformers](https://github.com/huggingface/transformers ) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.44.2...v4.45.1 )
---
updated-dependencies:
- dependency-name: transformers
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-29 11:53:15 +00:00
dependabot[bot]
cb3edb9a4a
build(deps): update pyside6 requirement from ~=6.7.2 to ~=6.7.3
...
Updates the requirements on [pyside6](https://pyside.org ) to permit the latest version.
---
updated-dependencies:
- dependency-name: pyside6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-29 11:53:08 +00:00
leafspark
ce6fa92742
Merge pull request #24 from leafspark/dependabot/pip/setuptools-approx-eq-75.1.0
...
build(deps): update setuptools requirement from ~=74.1.2 to ~=75.1.0
2024-09-25 19:07:38 -07:00
BuildTools
c831622d6b
feat(hf): add support for repository types
...
- add support for repository types in HF Transfer utility
- add dequantize_gguf.py script
- improve layout of HF Upload window
2024-09-22 09:48:48 -07:00
dependabot[bot]
b5dede1ac7
build(deps): update setuptools requirement from ~=74.1.2 to ~=75.1.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/v74.1.2...v75.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 16:37:38 +00:00
leafspark
ac0f011784
Merge pull request #27 from leafspark/dependabot/pip/fastapi-approx-eq-0.115.0
...
build(deps): update fastapi requirement from ~=0.114.2 to ~=0.115.0
2024-09-22 09:36:35 -07:00
dependabot[bot]
4e4ba99370
build(deps): update fastapi requirement from ~=0.114.2 to ~=0.115.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.114.2...0.115.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 16:35:26 +00:00
leafspark
f3a71cad00
Merge pull request #26 from leafspark/dependabot/pip/huggingface-hub-approx-eq-0.25.0
...
build(deps): update huggingface-hub requirement from ~=0.24.7 to ~=0.25.0
2024-09-22 09:34:20 -07:00
dependabot[bot]
0e92fb34ed
build(deps): update huggingface-hub requirement
...
Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub ) to permit the latest version.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases )
- [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.24.7...v0.25.0 )
---
updated-dependencies:
- dependency-name: huggingface-hub
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-22 11:38:09 +00:00
BuildTools
39441e503f
feat(convert): update llama.cpp convert scripts
...
- added support for MiniCPM3, RWKVv6, OLMoE, IBM Granite, and Jamba (conversion only: https://github.com/ggerganov/llama.cpp/pull/7531 )
- update gguf library from upstream
2024-09-20 15:05:52 -07:00
BuildTools
4e51ed2f56
refactor: update Finnish and Russian localizations
...
- update Finnish and Russian localizations using Claude 3 Opus
2024-09-17 17:41:50 -07:00
BuildTools
45b10bdcbb
chore: bump version to v1.9.0
2024-09-15 13:08:26 -07:00
BuildTools
a2516fb3f6
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-09-15 12:49:09 -07:00
BuildTools
c02a02fbc1
feat(ui): update Japanese and German localizations
...
- update Japanese and German localizations
- bump version to v1.9.0
- optimize imports in main.py
- organize function definitions in AutoGGUF.py
2024-09-15 12:48:41 -07:00
leafspark
9b4ec4718b
ci: remove pylint 3.8 checks
2024-09-15 12:33:18 -07:00
leafspark
607f32b154
Merge pull request #21 from leafspark/dependabot/pip/huggingface-hub-approx-eq-0.24.7
...
build(deps): update huggingface-hub requirement from ~=0.24.6 to ~=0.24.7
2024-09-15 12:32:13 -07:00
leafspark
fa6077c161
Merge pull request #22 from leafspark/dependabot/pip/fastapi-approx-eq-0.114.2
...
build(deps): update fastapi requirement from ~=0.114.0 to ~=0.114.2
2024-09-15 12:32:04 -07:00
BuildTools
1133422456
refactor: move functions out of AutoGGUF
...
- debloat AutoGGUF
- localize some GGUF split strings
2024-09-15 12:31:34 -07:00
BuildTools
79c74bb54a
feat(core): implement HF upload functionality
...
- add HF upload GUI definitions
- remove old HFTransfer class
- update localizations
2024-09-15 12:18:19 -07:00
dependabot[bot]
e7d0c66405
build(deps): update fastapi requirement from ~=0.114.0 to ~=0.114.2
...
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.114.0...0.114.2 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-15 11:40:11 +00:00
dependabot[bot]
ca69ac0c1e
build(deps): update huggingface-hub requirement
...
Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub ) to permit the latest version.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases )
- [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.24.6...v0.24.7 )
---
updated-dependencies:
- dependency-name: huggingface-hub
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-15 11:40:07 +00:00
BuildTools
a80775b0a2
ci: update Actions versions
...
- update Actions versions
- update pylint workflow
2024-09-14 10:20:20 -07:00
BuildTools
122510c2a4
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
2024-09-14 10:11:47 -07:00
BuildTools
747aa7b9a8
refactor: optimize GGUF imports
...
- optimize imports in GGUF conversion utilities
- rename gguf library modules
- update .gitignore and build workflow
2024-09-14 10:11:43 -07:00
leafspark
a6ef9b9023
ci: upgrade workflow versions
2024-09-12 19:48:09 -07:00
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