Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wnma3mz/llama_numpy
https://github.com/wnma3mz/llama_numpy
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wnma3mz/llama_numpy
- Owner: wnma3mz
- Created: 2023-07-16T01:56:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T13:41:21.000Z (over 1 year ago)
- Last Synced: 2023-07-20T14:59:16.609Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Complie grpc Command
```bash
python -m grpc_tools.protoc -I./proto --python_out=./calculater --pyi_out=./calculater --grpc_python_out=./calculater ./proto/calculater.proto
```