Idk why people keep thinking its an error lol.
This commit is contained in:
parent
1003c971ad
commit
1b1c0730f5
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ def main(args):
|
|||
use_noavx2 = False
|
||||
|
||||
if os.name != 'nt':
|
||||
print("You are not on Windows. Default koboldcpp.dll library file will be used. Remember to manually link with OpenBLAS using LLAMA_OPENBLAS=1, or CLBlast with LLAMA_CLBLAST=1 if you want to use them.")
|
||||
print("You are not on Windows. Default koboldcpp.dll library file will be used. Remember to manually link with OpenBLAS using LLAMA_OPENBLAS=1, or CLBlast with LLAMA_CLBLAST=1 if you want to use them. This is not an error, just a reminder.")
|
||||
elif args.noavx2:
|
||||
use_noavx2 = True
|
||||
if not os.path.exists(os.path.join(os.path.dirname(os.path.realpath(__file__)), "libopenblas.dll")) or not os.path.exists(os.path.join(os.path.dirname(os.path.realpath(__file__)), "koboldcpp_openblas_noavx2.dll")):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue