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:
oobabooga 2024-07-22 11:52:40 -07:00
parent 017d2332ea
commit a687f950ba
7 changed files with 1 additions and 19 deletions

View file

@ -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')
]