Skip to content

Commit e90693a

Browse files
committed
Fixes for styling
1 parent 55b3dfc commit e90693a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/datasets.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ For different use cases, here are the recommended dataset profiles to pass as ar
4646
- **Summarization**: `--data "prompt_tokens=1024,output_tokens=256"`
4747
- **Code Generation**: `--data "prompt_tokens=512,output_tokens=512"`
4848

49-
5049
#### Example Commands
5150

5251
```bash

src/guidellm/utils/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def convert(self, value, param, ctx):
4646

4747
self.fail("; ".join(fails) or f"Invalid value: {value}") # noqa: RET503
4848

49-
5049
def get_metavar(self, param: click.Parameter) -> str:
5150
def get_choices(t: click.ParamType) -> str:
5251
meta = t.get_metavar(param)

0 commit comments

Comments
 (0)