Commit Graph

57 Commits

Author SHA1 Message Date
BuildTools 2e90c91eb8
feat(server): add read only flask server
- added the following endpoints:
/v1/backends (lists all backends and path)
/v1/health (heartbeat)
/v1/tasks (gets current task info, includes name, status, progress, and log file)
/v1/models (gets name, model type, path, and shard status)
2024-08-15 17:15:21 -07:00
BuildTools 7e61f6b3d3
refactor: Switch from PyQt6 to PySide6 for license compatibility
- Replaced all PyQt6 imports with PySide6
- Updated signal syntax (pyqtSignal to Signal)
- Modified requirements.txt to use PySide6
- Ensured compatibility with Apache-2.0 license
2024-08-08 13:04:30 -07:00
BuildTools b2d4fd06a4
feat: add GPU monitoring for NVIDIA GPUs
- add GPU monitoring for NVIDIA GPUs
2024-08-08 12:51:41 -07:00
leafspark e4d810b262
build: update project dependencies 2024-08-07 16:54:01 -07:00
BuildTools 2dc5bd9e8a fix: Hide Base Model label when GGML type selected 2024-08-04 19:32:07 -07:00
leafspark 757fbb34ec
docs: update requirements.txt 2024-08-04 19:16:52 -07:00
leafspark b3721e75f0
add code 2024-08-02 21:10:32 -07:00