text-generation-inference/server
fxmarty 14ed7c7b4a Fix TGI issues with ROCm (#1921)
Not all models were tested in
https://github.com/huggingface/text-generation-inference/pull/1764.

Fixing some more issues (notably starcoder2) here, the full CI will come
shortly once we split `build.yml` in two
2024-07-17 05:36:58 +00:00
..
custom_kernels chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
exllama_kernels MI300 compatibility (#1764) 2024-07-17 05:36:58 +00:00
exllamav2_kernels chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
tests Refactor layers. (#1866) 2024-07-17 05:36:58 +00:00
text_generation_server Fix TGI issues with ROCm (#1921) 2024-07-17 05:36:58 +00:00
.gitignore Impl simple mamba model (#1480) 2024-04-23 11:45:11 +03:00
dill-0.3.7-patch.sh Hgraph dill patch (#131) 2024-04-26 11:08:15 +02:00
dill-0.3.8-patch.sh A patch to address HPU Graphs issue with DILL 2024-05-06 09:15:46 +03:00
Makefile fix: fix CohereForAI/c4ai-command-r-plus (#1707) 2024-04-25 17:51:35 +03:00
Makefile-awq chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
Makefile-eetq Upgrade EETQ (Fixes the cuda graphs). (#1729) 2024-04-25 17:58:27 +03:00
Makefile-flash-att chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
Makefile-flash-att-v2 MI300 compatibility (#1764) 2024-07-17 05:36:58 +00:00
Makefile-selective-scan chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
Makefile-vllm MI300 compatibility (#1764) 2024-07-17 05:36:58 +00:00
poetry.lock Granite support? (#1882) 2024-07-17 05:36:58 +00:00
pyproject.toml Update to SynapseAI 1.16.0 (#167) 2024-07-03 11:08:56 +02:00
README.md chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
requirements_cuda.txt Pali gemma modeling (#1895) 2024-07-17 05:36:58 +00:00
requirements_rocm.txt Pali gemma modeling (#1895) 2024-07-17 05:36:58 +00:00
requirements.txt Update to SynapseAI 1.16.0 (#167) 2024-07-03 11:08:56 +02:00

Text Generation Inference Python gRPC Server

A Python gRPC server for Text Generation Inference

Install

make install

Run

make run-dev