mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-10 17:13:39 +00:00
Remove the tensorcores llama.cpp wheels
They are not faster than the default wheels anymore and they use a lot of space.
This commit is contained in:
parent
017d2332ea
commit
a687f950ba
7 changed files with 1 additions and 19 deletions
|
|
@ -4,7 +4,6 @@ import platform
|
|||
from modules import shared
|
||||
from modules.cache_utils import process_llamacpp_cache
|
||||
|
||||
|
||||
imported_module = None
|
||||
|
||||
|
||||
|
|
@ -22,7 +21,6 @@ def llama_cpp_lib():
|
|||
else:
|
||||
lib_names = [
|
||||
('cpu', 'llama_cpp'),
|
||||
('tensorcores', 'llama_cpp_cuda_tensorcores'),
|
||||
(None, 'llama_cpp_cuda'),
|
||||
(None, 'llama_cpp')
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue