https://github.com/wh1isper/chimera_llama_grpc
https://github.com/wh1isper/chimera_llama_grpc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wh1isper/chimera_llama_grpc
- Owner: Wh1isper
- License: bsd-3-clause
- Created: 2023-10-23T02:32:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T02:59:35.000Z (3 months ago)
- Last Synced: 2025-03-25T19:01:41.973Z (2 months ago)
- Language: Python
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




# chimera_llama_grpc
## Install
`pip install chimera_llama_grpc`
## Usage
## Develop
Install pre-commit before commit
```
pip install pre-commit
pre-commit install
```Install package locally
```
pip install -e .[test]
```Run unit-test before PR, **ensure that new features are covered by unit tests**
```
pytest -v
```