We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708cbdc commit 5f0230aCopy full SHA for 5f0230a
src/flexible_inference_benchmark/main.py
@@ -665,7 +665,6 @@ def run_main(args: argparse.Namespace) -> None:
665
# disable verbose output for validation of the endpoint. This is done to avoid confusion on terminal output.
666
client_verbose_value = client.verbose
667
client.verbose = False
668
-
669
logger.info(f"Sending {args.num_validation_reqs} request(s) for validation and warmup.")
670
for _ in range(args.num_validation_reqs):
671
validate_endpoint = asyncio.run(client.validate_url_endpoint(requests_prompts[0], requests_media[0][0]))
0 commit comments