AutoGGUF/src
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
..
gguf refactor: optimize GGUF imports 2024-09-14 10:11:43 -07:00
AutoGGUF.py refactor: optimize GGUF imports 2024-09-14 10:11:43 -07:00
CustomTitleBar.py feat(window): add minimize/maximize button 2024-09-01 21:10:13 -07:00
DownloadThread.py refactor: remove requests and python-dotenv to reduce size 2024-09-04 21:18:49 -07:00
GPUMonitor.py refactor: add type hints 2024-08-22 21:56:37 -07:00
HFTransfer.py feat(models): add HF upload/download class 2024-08-31 13:54:24 -07:00
KVOverrideEntry.py fix: reorganize imports and remove pytz 2024-09-04 17:53:32 -07:00
Localizations.py feat(ui): add RAM and CPU usage graphs 2024-09-10 15:58:17 -07:00
Logger.py refactor: add type hints 2024-08-22 21:56:37 -07:00
ModelInfoDialog.py feat(config): add configuration options 2024-08-25 15:11:36 -07:00
QuantizationThread.py feat(ui): add RAM and CPU usage graphs 2024-09-10 15:58:17 -07:00
TaskListItem.py feat(parallel): add support for iMatrix generation tracking 2024-09-09 19:26:56 -07:00
convert_hf_to_gguf.py refactor: optimize GGUF imports 2024-09-14 10:11:43 -07:00
convert_lora_to_ggml.py refactor: optimize GGUF imports 2024-09-14 10:11:43 -07:00
convert_lora_to_gguf.py refactor: optimize GGUF imports 2024-09-14 10:11:43 -07:00
error_handling.py refactor: adjust logging and localizations 2024-09-09 15:42:09 -07:00
imports_and_globals.py refactor: adjust logging and localizations 2024-09-09 15:42:09 -07:00
lora_conversion.py refactor: move functions into classes 2024-09-09 15:11:03 -07:00
main.py feat(parallel): add support for iMatrix generation tracking 2024-09-09 19:26:56 -07:00
presets.py feat(config): add configuration options 2024-08-25 15:11:36 -07:00
quantize_to_fp8_dynamic.py fix: use proper status in TaskListItem 2024-09-02 18:43:22 -07:00
ui_update.py feat(ui): add RAM and CPU usage graphs 2024-09-10 15:58:17 -07:00
utils.py refactor: move functions out of AutoGGUF.py 2024-08-29 15:01:13 -07:00