summaryrefslogtreecommitdiff
path: root/bitsandbytes/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitsandbytes/__init__.py')
-rw-r--r--bitsandbytes/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitsandbytes/__init__.py b/bitsandbytes/__init__.py
index 76a5b48..7901f96 100644
--- a/bitsandbytes/__init__.py
+++ b/bitsandbytes/__init__.py
@@ -22,3 +22,5 @@ __pdoc__ = {
"optim.optimizer.Optimizer8bit": False,
"optim.optimizer.MockArgs": False,
}
+
+PACKAGE_GITHUB_URL = "https://github.com/TimDettmers/bitsandbytes"