Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyyx committed Nov 1, 2024
1 parent ee497a5 commit d3eeba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_prefix_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def main(args):
random.seed(args.seed)
if args.dataset_path is not None:
print(
f"Start to sample {args.num_prompts} prompts from {args.dataset_path}"
f"Start to sample {args.num_prompts} prompts " f"from {args.dataset_path}"

Check failure on line 165 in benchmarks/benchmark_prefix_caching.py

View workflow job for this annotation

GitHub Actions / ruff (3.8)

Ruff (E501)

benchmarks/benchmark_prefix_caching.py:165:81: E501 Line too long (86 > 80)

Check failure on line 165 in benchmarks/benchmark_prefix_caching.py

View workflow job for this annotation

GitHub Actions / ruff (3.9)

Ruff (E501)

benchmarks/benchmark_prefix_caching.py:165:81: E501 Line too long (86 > 80)

Check failure on line 165 in benchmarks/benchmark_prefix_caching.py

View workflow job for this annotation

GitHub Actions / ruff (3.10)

Ruff (E501)

benchmarks/benchmark_prefix_caching.py:165:81: E501 Line too long (86 > 80)

Check failure on line 165 in benchmarks/benchmark_prefix_caching.py

View workflow job for this annotation

GitHub Actions / ruff (3.11)

Ruff (E501)

benchmarks/benchmark_prefix_caching.py:165:81: E501 Line too long (86 > 80)

Check failure on line 165 in benchmarks/benchmark_prefix_caching.py

View workflow job for this annotation

GitHub Actions / ruff (3.12)

Ruff (E501)

benchmarks/benchmark_prefix_caching.py:165:81: E501 Line too long (86 > 80)
)
filtered_requests = sample_requests_from_dataset(
dataset_path=args.dataset_path,
Expand Down

0 comments on commit d3eeba3

Please sign in to comment.