Add gpu_split param to ExLlama

Adapted from code created by Ph0rk0z. Thank you Ph0rk0z.
This commit is contained in:
oobabooga 2023-06-16 20:49:36 -03:00
parent cb9be5db1c
commit 5f392122fd
6 changed files with 20 additions and 4 deletions

View file

@ -53,6 +53,7 @@ loaders_and_params = {
'transformers_info'
],
'ExLlama' : [
'gpu_split',
'exllama_info',
]
}