text-generation-inference/backends/gaudi/server
Baptiste Colle 9f38d93051
Gaudi: add CI (#3160)
Co-authored-by: Pauline Bailly-Masson <155966238+paulinebm@users.noreply.github.com>
2025-06-24 18:51:09 +02:00
..
text_generation_server [gaudi] Refine rope memory, do not need to keep sin/cos cache per layer (#3274) 2025-06-23 11:15:39 +02:00
.gitignore Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
dill-0.3.7-patch.sh Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
dill-0.3.8-patch.sh Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile-awq Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile-eetq Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile-fbgemm Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile-flash-att Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile-flash-att-v2 Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile-selective-scan Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
Makefile-vllm Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
poetry.lock Remove useless packages (#3253) 2025-06-03 13:42:29 +02:00
pyproject.toml [Gaudi] Remove optimum-habana (#3261) 2025-06-12 22:35:36 +02:00
README.md Add Gaudi Backend (#3055) 2025-02-28 12:14:58 +01:00
requirements.txt [Gaudi] Remove optimum-habana (#3261) 2025-06-12 22:35:36 +02:00

Text Generation Inference Python gRPC Server

A Python gRPC server for Text Generation Inference

Install

make install

Run

make run-dev