Skip to content

Commit 8199049

Browse files
authored
Merge pull request #113 from Borzik/fix-warnings
Import missing warn function
2 parents 9180b4c + f3800ba commit 8199049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitsandbytes/cuda_setup/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import os
2121
import errno
2222
import torch
23+
from warnings import warn
2324

2425
from pathlib import Path
2526
from typing import Set, Union

0 commit comments

Comments
 (0)