Commit Graph

59 Commits

Author SHA1 Message Date
dependabot[bot] 9751b04fed
build(deps): update psutil requirement from ~=5.9.8 to ~=6.0.0
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-6.0.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 02:03:50 +00:00
dependabot[bot] acd9710545
build(deps): update torch requirement from ~=1.13.1 to ~=2.4.0
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.13.1...v2.4.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-16 02:03:47 +00:00
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