text-generation-inference/server/exllamav2_kernels/exllamav2_kernels
fxmarty 4b376b30f1 GPTQ support on ROCm (#1489)
Tested with
```
CUDA_VISIBLE_DEVICES=0 text-generation-launcher --model-id TheBloke/Llama-2-7B-Chat-GPTQ --quantize gptq
EXLLAMA_VERSION=1 CUDA_VISIBLE_DEVICES=0 text-generation-launcher --model-id TheBloke/Llama-2-7B-Chat-GPTQ --quantize gptq
CUDA_VISIBLE_DEVICES="0,1" text-generation-launcher --model-id TheBloke/Llama-2-7B-Chat-GPTQ --quantize gptq
```

all with good and identical results on MI210.

---------

Co-authored-by: Felix Marty <felix@hf.co>
Co-authored-by: OlivierDehaene <olivier@huggingface.co>
Co-authored-by: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com>
2024-04-22 15:38:50 +03:00
..
cpp Exllama v2 (#1211) 2023-11-25 22:38:38 +01:00
cuda GPTQ support on ROCm (#1489) 2024-04-22 15:38:50 +03:00
config.h feat: update exllamav2 kernels (#1370) 2024-04-22 09:02:53 +03:00
ext.cpp feat: update exllamav2 kernels (#1370) 2024-04-22 09:02:53 +03:00