hf_text-generation-inference/server
OlivierDehaene 53ee09c0b0
fea(dockerfile): better layer caching (#159)
2023-04-14 10:12:21 +02:00
..
tests feat(server): add flash attention llama (#144) 2023-04-11 16:38:22 +02:00
text_generation_server feat(server): support sharded santacoder (#167) 2023-04-12 17:18:08 +02:00
.gitignore feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
Makefile feat(docker): improve flash_attention caching (#160) 2023-04-09 19:59:16 +02:00
Makefile-flash-att fea(dockerfile): better layer caching (#159) 2023-04-14 10:12:21 +02:00
Makefile-transformers fea(dockerfile): better layer caching (#159) 2023-04-14 10:12:21 +02:00
README.md feat(router): refactor API and add openAPI schemas (#53) 2023-02-03 12:43:37 +01:00
poetry.lock fix(ci): fix CVE in github-slug-action (#174) 2023-04-13 12:43:05 +02:00
pyproject.toml fix(ci): fix CVE in github-slug-action (#174) 2023-04-13 12:43:05 +02:00

README.md

Text Generation Inference Python gRPC Server

A Python gRPC server for Text Generation Inference

Install

make install

Run

make run-dev