Remove references to unused cli
This commit is contained in:
parent
a371be302d
commit
31f6689504
|
@ -1,6 +1,3 @@
|
||||||
# from bitsandbytes.debug_cli import cli
|
|
||||||
|
|
||||||
# cli()
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from warnings import warn
|
from warnings import warn
|
||||||
|
|
|
@ -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")
|
|
3
setup.py
3
setup.py
|
@ -26,9 +26,6 @@ setup(
|
||||||
keywords="gpu optimizers optimization 8-bit quantization compression",
|
keywords="gpu optimizers optimization 8-bit quantization compression",
|
||||||
url="https://github.com/TimDettmers/bitsandbytes",
|
url="https://github.com/TimDettmers/bitsandbytes",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
entry_points={
|
|
||||||
"console_scripts": ["debug_cuda = bitsandbytes.debug_cli:cli"],
|
|
||||||
},
|
|
||||||
package_data={"": libs},
|
package_data={"": libs},
|
||||||
long_description=read("README.md"),
|
long_description=read("README.md"),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user