Enable special token support for exllamav2 (#4314)

This commit is contained in:
Johan 2023-10-21 06:54:06 +02:00 committed by GitHub
parent 8f6405d2fa
commit 1d5a015ce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -231,6 +231,7 @@ loaders_samplers = {
'ban_eos_token',
'add_bos_token',
'custom_token_bans',
'skip_special_tokens',
'auto_max_new_tokens',
},
'ExLlamav2_HF': {