text-generation-inference/server/exllamav2_kernels/exllamav2_kernels
fxmarty 650fea1834
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-01-26 16:27:44 +01:00
..
cpp Exllama v2 (#1211) 2023-11-25 22:38:38 +01:00
cuda GPTQ support on ROCm (#1489) 2024-01-26 16:27:44 +01:00
config.h feat: update exllamav2 kernels (#1370) 2023-12-21 17:25:22 +01:00
ext.cpp feat: update exllamav2 kernels (#1370) 2023-12-21 17:25:22 +01:00