hf_text-generation-inference/server
OlivierDehaene 6f0f1d70f6
v0.5.0 (#168)
2023-04-11 20:32:18 +02:00
..
tests feat(server): add flash attention llama (#144) 2023-04-11 16:38:22 +02:00
text_generation_server feat(server): support OPT models (#55) 2023-04-11 19:16:41 +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 feat(docker): improve flash_attention caching (#160) 2023-04-09 19:59:16 +02:00
Makefile-transformers feat(docker): improve flash_attention caching (#160) 2023-04-09 19:59:16 +02:00
README.md feat(router): refactor API and add openAPI schemas (#53) 2023-02-03 12:43:37 +01:00
poetry.lock feat(server): add flash attention llama (#144) 2023-04-11 16:38:22 +02:00
pyproject.toml v0.5.0 (#168) 2023-04-11 20:32:18 +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