We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d72cb commit 2fefd2fCopy full SHA for 2fefd2f
bitsandbytes/utils.py
@@ -158,7 +158,6 @@ def execute_and_return_decoded_std_streams(command_string):
158
std_out, std_err = execute_and_return_decoded_std_streams(command_string)
159
return std_out, std_err
160
161
-__cuda_devices = None
162
def get_cuda_devices():
163
global __cuda_devices
164
if __cuda_devices is None:
requirements.txt
@@ -2,3 +2,5 @@ pytest==7.2.2
2
einops==0.6.0
3
wheel==0.40.0
4
lion-pytorch==0.0.6
5
+numpy==1.25.0
6
+scipy==1.11.0
0 commit comments