File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.8.0] - 2024-08-26
4
+
5
+ ### Added
6
+ - .env.example file added
7
+ - Sha256 generation support added to build.yml
8
+ - Allow importing models from any directory on the system
9
+ - Added manual model import functionality
10
+ - Verification for manual imports and support for concatenated files
11
+ - Implemented plugins feature using importlib
12
+ - Configuration options for AUTOGGUF_MODEL_DIR_NAME, AUTOGGUF_OUTPUT_DIR_NAME, and AUTOGGUF_RESIZE_FACTOR added
13
+
14
+ ### Changed
15
+ - Moved get helper functions to utils.py
16
+ - Added type hints
17
+ - Reformat TaskListItem.py for better readability
18
+ - Separate macOS and Linux runs in CI/CD
19
+ - Updated .gitignore for better file management
20
+ - Updated numpy requirement from <2.0.0 to <3.0.0
21
+
22
+ ### Fixed
23
+ - Fixed sha256 file format and avoided overwriting
24
+ - Updated regex for progress tracking
25
+ - Arabic and French localizations fixed
26
+ - Only count valid backends instead of total backend combos
27
+ - Import missing modules
28
+
3
29
## [ v1.7.2] - 2024-08-19
4
30
5
31
### Added
Original file line number Diff line number Diff line change 1
1
import os
2
2
3
- AUTOGGUF_VERSION = "v1.7.3 "
3
+ AUTOGGUF_VERSION = "v1.8.0 "
4
4
5
5
6
6
class _Localization :
You can’t perform that action at this time.
0 commit comments