mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Bump llama-cpp-python to 0.2.83, add back tensorcore wheels
Also add back the progress bar patch
This commit is contained in:
parent
11bbf71aa5
commit
aa809e420e
13 changed files with 109 additions and 45 deletions
|
|
@ -46,6 +46,7 @@ loaders_and_params = OrderedDict({
|
|||
'numa',
|
||||
'no_offload_kqv',
|
||||
'row_split',
|
||||
'tensorcores',
|
||||
'flash_attn',
|
||||
'streaming_llm',
|
||||
'attention_sink_size',
|
||||
|
|
@ -72,6 +73,7 @@ loaders_and_params = OrderedDict({
|
|||
'logits_all',
|
||||
'no_offload_kqv',
|
||||
'row_split',
|
||||
'tensorcores',
|
||||
'flash_attn',
|
||||
'streaming_llm',
|
||||
'attention_sink_size',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue