mirror of https://github.com/leafspark/AutoGGUF
docs: update changelog to v1.6.2
This commit is contained in:
parent
f3257bfa69
commit
f19e1c5ab4
35
CHANGELOG.md
35
CHANGELOG.md
|
@ -1,6 +1,39 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
## [v1.6.2] - 2024-08-15
|
||||
|
||||
### Added
|
||||
- Server functionality with new endpoints:
|
||||
- `/v1/backends`: Lists all backends and their paths
|
||||
- `/v1/health`: Heartbeat endpoint
|
||||
- `/v1/tasks`: Provides current task info (name, status, progress, log file)
|
||||
- `/v1/models`: Retrieves model details (name, type, path, shard status)
|
||||
- Environment variable support for server configuration:
|
||||
- `AUTOGGUF_SERVER`: Enable/disable server (true/false)
|
||||
- `AUTOGGUF_SERVER_PORT`: Set server port (integer)
|
||||
|
||||
### Changed
|
||||
- Updated AutoGGUF docstrings
|
||||
- Refactored build scripts
|
||||
|
||||
### Fixed
|
||||
- Set GGML types to lowercase in command builder
|
||||
|
||||
## [v1.6.1] - 2024-08-12
|
||||
|
||||
### Added
|
||||
- Optimized build scripts
|
||||
- Nuitka for building
|
||||
|
||||
### Changed
|
||||
- Updated .gitignore
|
||||
|
||||
### Fixed
|
||||
- Bug where deletion while a task is running crashes the program
|
||||
|
||||
### Notes
|
||||
- Fast build: Higher unzipped size (97MB), smaller download (38MB)
|
||||
- Standard build: Created with PyInstaller, medium download and unzipped size (50MB), potentially slower
|
||||
|
||||
## [1.6.0] - 2024-08-08
|
||||
|
||||
|
|
Loading…
Reference in New Issue