summaryrefslogtreecommitdiff
path: root/bitsandbytes/functional.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitsandbytes/functional.py')
-rw-r--r--bitsandbytes/functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitsandbytes/functional.py b/bitsandbytes/functional.py
index 68b1d78..ab4e565 100644
--- a/bitsandbytes/functional.py
+++ b/bitsandbytes/functional.py
@@ -9,7 +9,7 @@ from typing import Tuple
import torch
from torch import Tensor
-from cextension import lib, COMPILED_WITH_CUDA
+from .cextension import lib, COMPILED_WITH_CUDA
name2qmap = {}