hf_text-generation-inference/server
Antoni Baum 2a101207d4
fix(server): Handle loading from local files for MPT (#534)
This PR allows the MPT model to be loaded from local files. Without this
change, an exception will be thrown by `hf_hub_download` function if
`model_id` is a local path.
2023-07-04 18:37:25 +02:00
..
custom_kernels feat(server): Rework model loading (#344) 2023-06-08 14:51:52 +02:00
tests feat(server): Rework model loading (#344) 2023-06-08 14:51:52 +02:00
text_generation_server fix(server): Handle loading from local files for MPT (#534) 2023-07-04 18:37:25 +02:00
.gitignore feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
Makefile fix: Update server/Makefile to include Makefile-vllm (#520) 2023-07-04 09:39:25 +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
Makefile-vllm feat(server): add paged attention to flash models (#516) 2023-06-30 19:09:59 +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 Non flash MPT. (#514) 2023-07-03 13:01:46 +02:00
pyproject.toml feat(server): Add Non flash MPT. (#514) 2023-07-03 13:01:46 +02:00
requirements.txt feat(server): Add Non flash MPT. (#514) 2023-07-03 13:01:46 +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