v1.6.2
AutoGGUF v1.6.2
Changelog:
- 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)
- Updated AutoGGUF docstrings
- Refactored build scripts
- Set GGML types to lowercase in command builder
Full Changelog: v1.6.1...v1.6.2