From f09debb1ec2715a726bde44326efcb485ab1d676 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 29 Jun 2023 20:54:56 +0800 Subject: [PATCH] remove debug --- koboldcpp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index d8dd2bc34..c82f9e596 100644 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -90,7 +90,6 @@ def init_library(): use_clblast = False #uses CLBlast instead use_cublas = False #uses cublas instead use_noavx2 = False #uses openblas with no avx2 instructions - print(args.usecublas) if args.noavx2: use_noavx2 = True if not file_exists(lib_openblas_noavx2) or (os.name=='nt' and not file_exists("libopenblas.dll")):