Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
31f66895
Commit
31f66895
authored
Oct 27, 2022
by
Tom Aarsen
Browse files
Remove references to unused cli
parent
a371be30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
32 deletions
+0
-32
bitsandbytes/__main__.py
bitsandbytes/__main__.py
+0
-3
bitsandbytes/debug_cli.py
bitsandbytes/debug_cli.py
+0
-26
setup.py
setup.py
+0
-3
No files found.
bitsandbytes/__main__.py
View file @
31f66895
# from bitsandbytes.debug_cli import cli
# cli()
import
os
import
sys
from
warnings
import
warn
...
...
bitsandbytes/debug_cli.py
deleted
100644 → 0
View file @
a371be30
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"
)
setup.py
View file @
31f66895
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment