hf_text-generation-inference/server
OlivierDehaene c720555adc
v0.3.0 (#72)
2023-02-16 17:28:29 +01:00
..
tests feat: add safetensors conversion (#63) 2023-02-14 13:02:16 +01:00
text_generation feat(router): add prometheus metrics scrape endpoint (#71) 2023-02-16 17:18:53 +01:00
.gitignore feat(server): Support all AutoModelForCausalLM on a best effort basis 2022-10-28 19:24:00 +02:00
Makefile feat: add distributed tracing (#62) 2023-02-13 13:02:45 +01:00
README.md feat(router): refactor API and add openAPI schemas (#53) 2023-02-03 12:43:37 +01:00
poetry.lock feat: add distributed tracing (#62) 2023-02-13 13:02:45 +01:00
pyproject.toml v0.3.0 (#72) 2023-02-16 17:28:29 +01:00

README.md

Text Generation Inference Python gRPC Server

A Python gRPC server for Text Generation Inference

Install

make install

Run

make run-dev