Skip to content

Commit

Permalink
Remove references to unused cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Oct 27, 2022
1 parent a371be3 commit 31f6689
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions bitsandbytes/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# from bitsandbytes.debug_cli import cli

# cli()
import os
import sys
from warnings import warn
Expand Down
26 changes: 0 additions & 26 deletions bitsandbytes/debug_cli.py

This file was deleted.

3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def read(fname):
keywords="gpu optimizers optimization 8-bit quantization compression",
url="https://github.com/TimDettmers/bitsandbytes",
packages=find_packages(),
entry_points={
"console_scripts": ["debug_cuda = bitsandbytes.debug_cli:cli"],
},
package_data={"": libs},
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 31f6689

Please sign in to comment.