summaryrefslogtreecommitdiff
path: root/bitsandbytes/__init__.py
diff options
context:
space:
mode:
authorTitus von Koeller <titus@vonkoeller.com>2022-08-02 21:26:50 -0700
committerTitus von Koeller <titus@vonkoeller.com>2022-08-02 21:26:50 -0700
commit59a615b3869eb8488a748e2aa51224a5e3d366bb (patch)
tree5f348d63ba837d08bbc5df703a748c0ae6e34ddd /bitsandbytes/__init__.py
parent3809236428e704f9a7e22232701a651aafa5ca1b (diff)
factored cuda_setup.main out into smaller modules and functions
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"