dependabot[bot]
9cf3c01331
build(deps): update setuptools requirement from ~=74.0.0 to ~=74.1.2
...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools ) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v74.0.0...v74.1.2 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 11:49:00 +00:00
dependabot[bot]
3138266439
build(deps): update fastapi requirement from ~=0.112.2 to ~=0.114.0
...
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi ) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases )
- [Commits](https://github.com/fastapi/fastapi/compare/0.112.2...0.114.0 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 11:48:56 +00:00
BuildTools
bd9889a2d4
fix: remove comments in requirements.txt
2024-09-04 21:26:06 -07:00
BuildTools
9e200a0e3b
fix: update requirements.txt formatting
2024-09-04 21:21:13 -07:00
BuildTools
8fb500a27d
refactor: remove requests and python-dotenv to reduce size
2024-09-04 21:18:49 -07:00
dependabot[bot]
cdc215a00f
build(deps): update setuptools requirement from ~=68.2.0 to ~=74.0.0
...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools ) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v68.2.0...v74.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 11:19:39 +00:00
BuildTools
22bd74b399
feat(server): replace Flask with FastAPI and Uvicorn
...
- replace Flask with FastAPI and Uvicorn
- fix web page not found error
- port is now defaulted to 7001
- bind to localhost (127.0.0.1) instead of 0.0.0.0
- improve performance by using Uvicorn
- add OpenAPI docs for endpoints
2024-08-31 15:34:47 -07:00
BuildTools
a59b49fd97
chore: update llama.cpp convert scripts
2024-08-31 14:01:41 -07:00
BuildTools
fb9addb8c0
feat(models): add HF upload/download class
2024-08-31 13:54:24 -07:00
dependabot[bot]
d4b99b621a
build(deps): update numpy requirement from <2.0.0 to <3.0.0
...
Updates the requirements on [numpy](https://github.com/numpy/numpy ) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-25 11:13:25 +00:00
dependabot[bot]
492da8714d
build(deps): update torch requirement from ~=2.2.0 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/v2.2.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: torch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-18 11:25:50 +00:00
BuildTools
7966150d90
ci: add PyPI setup script
2024-08-17 13:41:21 -07:00
BuildTools
a1650bba07
chore: add missing requirements
...
- add missing requirements
- add dotenv file loading
2024-08-17 13:27:18 -07:00
leafspark
fed6f74789
Merge pull request #10 from leafspark/dependabot/pip/psutil-approx-eq-6.0.0
...
build(deps): update psutil requirement from ~=5.9.8 to ~=6.0.0
2024-08-15 19:06:58 -07:00
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