[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7a2140d4f5
commit
4bc0aa4b57
1 changed files with 1 additions and 3 deletions
|
|
@ -1040,9 +1040,7 @@ class LlamaCppBackend:
|
|||
Linux LD_LIBRARY_PATH), then optional system CUDA toolkit
|
||||
(``CUDA_PATH/bin`` and ``CUDA_PATH/bin/x64``). #5106."""
|
||||
path_dirs = [binary_dir]
|
||||
path_dirs.extend(
|
||||
LlamaCppBackend._windows_pip_nvidia_dll_dirs(prefix)
|
||||
)
|
||||
path_dirs.extend(LlamaCppBackend._windows_pip_nvidia_dll_dirs(prefix))
|
||||
if cuda_path:
|
||||
cuda_bin = os.path.join(cuda_path, "bin")
|
||||
if os.path.isdir(cuda_bin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue