Commit Graph

22 Commits

Author SHA1 Message Date
BuildTools dc9a1c8971
feat: support multiple quantization types
This commit adds the ability to select and run multiple quantization types simultaneously. It includes:
- Replacing the quantization type dropdown with a multi-select list
- Updating preset saving and loading to handle multiple quantization types
- Modifying the quantize_model function to process all selected types
- fix formatting issue with previous commit
- use error and in progress messages from localizations in QuantizationThread
2024-08-05 12:11:08 -07:00
BuildTools e69237b7b9
docs: enhance class and method documentation
- fix formatting issues from last commit
- add docstrings for important classes
2024-08-05 11:37:20 -07:00
BuildTools c9167a7ac4
feat(model): implement model sharding management
- Add sharding functionality to improve performance
- Update documentation to make reading code easier
- Modify .gitignore for stricter file management
2024-08-05 11:26:29 -07:00
BuildTools 444475fb3f style: reformat localizations file 2024-08-04 21:11:52 -07:00
BuildTools 868b15b61f ci: add pre commit config and report template 2024-08-04 20:59:02 -07:00
BuildTools fa51f7cdb8 style: format code with Black 2024-08-04 19:50:34 -07:00
BuildTools 2dc5bd9e8a fix: Hide Base Model label when GGML type selected 2024-08-04 19:32:07 -07:00
BuildTools 70f9db166d print out quant command and log, dynamic kv 2024-08-04 18:01:17 -07:00
BuildTools 315fb7f03c edit favicon 2024-08-04 16:04:04 -07:00
BuildTools 10911b71a0 add assets fix, code format, progress bar fix 2024-08-04 15:07:24 -07:00
BuildTools 3e8d7b1415 adjust window size and code formatting 2024-08-04 14:44:39 -07:00
BuildTools 8aedb5fc3f add localizations support for LoRA and model features 2024-08-04 14:24:29 -07:00
BuildTools 5843b51c0c add lora convert feature 2024-08-04 14:13:20 -07:00
BuildTools a2fce58423 modify backend check logic 2024-08-04 09:12:07 -07:00
BuildTools 294fe6ea5b fix kv load bug+input validaton, add imatrix options
imatrix and ui changes, bugfix code
2024-08-03 21:59:59 -07:00
BuildTools 37a060aee5 add refresh models function and fix iostream 2024-08-03 18:09:04 -07:00
leafspark be3e44a6fa
add robust logging and localization 2024-08-03 17:27:38 -07:00
leafspark a0bd57cd70
add kv override and cuda backend bugfix 2024-08-03 14:29:04 -07:00
leafspark c6ae2e319c
Add files via upload 2024-08-02 21:55:57 -07:00
leafspark 108e30f1f9
delete temp file 2024-08-02 21:28:40 -07:00
leafspark b8fccb2559
hotfix for AutoGGUF 2024-08-02 21:27:05 -07:00
leafspark b3721e75f0
add code 2024-08-02 21:10:32 -07:00