ExLlamaV3: Enable the --enable-tp option, add a --tp-backend option

This commit is contained in:
oobabooga 2025-08-17 13:19:11 -07:00
parent d771ca4a13
commit dbabe67e77
5 changed files with 16 additions and 2 deletions

View file

@ -65,6 +65,8 @@ loaders_and_params = OrderedDict({
'draft_max',
'ctx_size_draft',
'speculative_decoding_accordion',
'enable_tp',
'tp_backend',
],
'ExLlamav2_HF': [
'ctx_size',