Remove GGML support
This commit is contained in:
parent
cc7b7ba153
commit
ed86878f02
15 changed files with 24 additions and 123 deletions
|
@ -68,8 +68,6 @@ loaders_and_params = OrderedDict({
|
|||
],
|
||||
'llama.cpp': [
|
||||
'n_ctx',
|
||||
'n_gqa',
|
||||
'rms_norm_eps',
|
||||
'n_gpu_layers',
|
||||
'tensor_split',
|
||||
'n_batch',
|
||||
|
@ -86,8 +84,6 @@ loaders_and_params = OrderedDict({
|
|||
],
|
||||
'llamacpp_HF': [
|
||||
'n_ctx',
|
||||
'n_gqa',
|
||||
'rms_norm_eps',
|
||||
'n_gpu_layers',
|
||||
'tensor_split',
|
||||
'n_batch',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue