mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-10-10 23:45:23 +00:00
- Avoid theoretical hang in batcher loop - Avoid a couple of clones in py server generate method - Keep attention mask tensors as integers |
||
---|---|---|
.. | ||
text_generation | ||
.gitignore | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
BLOOM Inference Python gRPC Server
A Python gRPC server for BLOOM Inference
Install
make install
Run
make run-dev