From 0ef8ab6872813d1021d4d75e82b63377d28f5a06 Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 23 Feb 2023 06:12:27 +0000 Subject: [PATCH] shut up --- bitsandbytes_windows/cuda_setup/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitsandbytes_windows/cuda_setup/main.py b/bitsandbytes_windows/cuda_setup/main.py index 7e5f9c98..85788910 100644 --- a/bitsandbytes_windows/cuda_setup/main.py +++ b/bitsandbytes_windows/cuda_setup/main.py @@ -110,11 +110,13 @@ def get_compute_capability(cuda): def evaluate_cuda_setup(): + """ print('') print('='*35 + 'BUG REPORT' + '='*35) print('Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues') print('For effortless bug reporting copy-paste your error into this form: https://docs.google.com/forms/d/e/1FAIpQLScPB8emS3Thkp66nvqwmjTEgxp8Y9ufuWTzFyr9kJ5AoI47dQ/viewform?usp=sf_link') print('='*80) + """ return "libbitsandbytes_cuda116.dll" # $$$ binary_name = "libbitsandbytes_cpu.so"