hf_text-generation-inference/server/text_generation_server
fxmarty b2b5df0e94
Add RoCm support (#1243)
This PR adds support for AMD Instinct MI210 & MI250 GPUs, with paged
attention and FAv2 support.

Remaining items to discuss, on top of possible others:
* Should we have a
`ghcr.io/huggingface/text-generation-inference:1.1.0+rocm` hosted image,
or is it too early?
* Should we set up a CI on MI210/MI250? I don't have access to the
runners of TGI though.
* Are we comfortable with those changes being directly in TGI, or do we
need a fork?

---------

Co-authored-by: Felix Marty <felix@hf.co>
Co-authored-by: OlivierDehaene <olivier@huggingface.co>
Co-authored-by: Your Name <you@example.com>
2023-11-27 14:08:12 +01:00
..
models Add RoCm support (#1243) 2023-11-27 14:08:12 +01:00
pb feat(server): clear cache on error (#143) 2023-03-28 11:29:35 +02:00
utils Add RoCm support (#1243) 2023-11-27 14:08:12 +01:00
__init__.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
cache.py fix(server): decrease memory fragmentation (#557) 2023-07-06 14:28:33 +02:00
cli.py Load PEFT weights from local directory (#1260) 2023-11-23 12:56:17 +01:00
interceptor.py feat(server): empty cache on errors 2023-07-12 17:06:19 +02:00
server.py Exllama v2 (#1211) 2023-11-25 22:38:38 +01:00
tracing.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00