text-generation-inference/server
2023-04-06 13:45:08 +02:00
..
tests rework validation 2023-04-06 13:45:08 +02:00
text_generation_server improve decode 2023-04-06 13:45:08 +02:00
.gitignore feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
Makefile wip 2023-04-06 13:45:08 +02:00
poetry.lock wip 2023-04-06 13:45:08 +02:00
pyproject.toml wip 2023-04-06 13:45:08 +02:00
README.md feat(router): refactor API and add openAPI schemas (#53) 2023-02-03 12:43:37 +01:00

Text Generation Inference Python gRPC Server

A Python gRPC server for Text Generation Inference

Install

make install

Run

make run-dev