Remove references to unused cli

This commit is contained in:
Tom Aarsen 2022-10-27 13:10:32 +02:00
parent a371be302d
commit 31f6689504
3 changed files with 0 additions and 32 deletions

View File

@ -1,6 +1,3 @@
# from bitsandbytes.debug_cli import cli
# cli()
import os
import sys
from warnings import warn

View File

@ -1,26 +0,0 @@
import typer
cli = typer.Typer()
@cli.callback()
def callback():
"""
Awesome Portal Gun
"""
@cli.command()
def shoot():
"""
Shoot the portal gun
"""
typer.echo("Shooting portal gun")
@cli.command()
def load():
"""
Load the portal gun
"""
typer.echo("Loading portal gun")

View File

@ -26,9 +26,6 @@ setup(
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",