Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b047b30

Browse filesBrowse files
committed
Remove confusing helpstring from server cli args. Closes abetlen#719
1 parent 24fec0b commit b047b30
Copy full SHA for b047b30

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llama_cpp/server/__main__.py

Copy file name to clipboardExpand all lines: llama_cpp/server/__main__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def parse_bool_arg(arg):
8888
f"--{name}",
8989
dest=name,
9090
type=parse_bool_arg,
91-
help=f"Disable {description}",
91+
help=f"{description}",
9292
)
9393

9494
args = parser.parse_args()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.