text-generation-inference/server
2023-07-05 16:15:10 +00:00
..
custom_kernels add attribution 2023-07-05 16:15:10 +00:00
tests feat(server): Rework model loading (#344) 2023-06-08 14:51:52 +02:00
text_generation_server add exllama gptq kernel 2023-07-05 15:43:42 +00:00
.gitignore feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
Makefile feat(server): Rework model loading (#344) 2023-06-08 14:51:52 +02:00
Makefile-flash-att feat(server): pre-allocate past key values for flash causal LM (#412) 2023-06-12 18:30:29 +02:00
poetry.lock feat(server): Add inference support for GPTQ (llama + falcon tested) + Quantization script (#438) 2023-06-26 12:27:01 +02:00
pyproject.toml feat(server): Rework model loading (#344) 2023-06-08 14:51:52 +02:00
README.md feat(router): refactor API and add openAPI schemas (#53) 2023-02-03 12:43:37 +01:00
requirements.txt feat(server): Add inference support for GPTQ (llama + falcon tested) + Quantization script (#438) 2023-06-26 12:27:01 +02:00

Text Generation Inference Python gRPC Server

A Python gRPC server for Text Generation Inference

Install

make install

Run

make run-dev