mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
Merge branch 'concedo_experimental' of https://github.com/LostRuins/koboldcpp into concedo_experimental
This commit is contained in:
commit
dd59303ae1
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ def init_library():
|
|||
os.add_dll_directory(dir_path)
|
||||
os.add_dll_directory(abs_path)
|
||||
os.add_dll_directory(os.getcwd())
|
||||
if libname == lib_cublas and "CUDA_PATH" in os.environ:
|
||||
os.add_dll_directory(os.path.join(os.environ["CUDA_PATH"], "bin"))
|
||||
if libname == lib_hipblas and "HIP_PATH" in os.environ:
|
||||
os.add_dll_directory(os.path.join(os.environ["HIP_PATH"], "bin"))
|
||||
if args.debugmode == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue