[GGML] Support for customizable RoPE (#3083)

---------

Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
This commit is contained in:
randoentity 2023-07-18 03:32:37 +02:00 committed by GitHub
parent 89e0d15cf5
commit a69955377a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -37,6 +37,8 @@ loaders_and_params = {
'low_vram',
'mlock',
'llama_cpp_seed',
'compress_pos_emb',
'alpha_value',
],
'llamacpp_HF': [
'n_ctx',
@ -47,6 +49,8 @@ loaders_and_params = {
'low_vram',
'mlock',
'llama_cpp_seed',
'compress_pos_emb',
'alpha_value',
'llamacpp_HF_info',
],
'Transformers': [