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
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
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
BuildTools
6e424462ab
refactor: add type hints
2024-08-22 21:56:37 -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
27a53a5b2b
fix: revert imports change
...
- revert absolute imports change
2024-08-16 16:28:24 -07:00
BuildTools
d2c83efebb
refactor: change filenames to follow PEP 8
2024-08-16 16:08:08 -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