text-generation-inference/docs/source
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
..
basic_tutorials fix: launcher doc typos (#1473) 2024-01-26 10:41:58 +01:00
conceptual fixed command line arguments in docs (#1092) 2023-10-03 12:25:45 +02:00
_toctree.yml Add messages api compatibility docs (#1478) 2024-01-24 11:41:28 -05:00
index.md Remove some content from the README in favour of the documentation (#958) 2023-10-09 11:59:06 +02:00
installation.md Added CLI docs (#799) 2023-08-10 15:00:30 +02:00
messages_api.md Add messages api compatibility docs (#1478) 2024-01-24 11:41:28 -05:00
quicktour.md docs: update required CUDA version to 12.2 2024-01-09 14:28:55 +01:00
supported_models.md GPTQ support on ROCm (#1489) 2024-01-26 16:27:44 +01:00