Skip to content

Commit 5f0230a

Browse files
committed
Update code
1 parent 708cbdc commit 5f0230a

File tree

1 file changed

+0
-1
lines changed
  • src/flexible_inference_benchmark

1 file changed

+0
-1
lines changed

src/flexible_inference_benchmark/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ def run_main(args: argparse.Namespace) -> None:
665665
# disable verbose output for validation of the endpoint. This is done to avoid confusion on terminal output.
666666
client_verbose_value = client.verbose
667667
client.verbose = False
668-
669668
logger.info(f"Sending {args.num_validation_reqs} request(s) for validation and warmup.")
670669
for _ in range(args.num_validation_reqs):
671670
validate_endpoint = asyncio.run(client.validate_url_endpoint(requests_prompts[0], requests_media[0][0]))

0 commit comments

Comments
 (0)