Skip to content

Commit

Permalink
Add missing '__init__.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Apr 22, 2024
1 parent 6178aea commit c13b5c2
Showing 1 changed file with 0 additions and 0 deletions.
Empty file added tests/utils/__init__.py
Empty file.

1 comment on commit c13b5c2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bigger_is_better

Benchmark suite Current: c13b5c2 Previous: e8e00d2 Ratio
{"name": "request_throughput", "description": "VLLM Engine throughput - synthetic\nmodel - NousResearch/Llama-2-7b-chat-hf\nmax_model_len - 4096\nbenchmark_throughput {\n \"use-all-available-gpus_\": \"\",\n \"input-len\": 256,\n \"output-len\": 128,\n \"num-prompts\": 1000\n}", "gpu_description": "NVIDIA A10G x 1", "vllm_version": "0.2.0", "python_version": "3.10.12 (main, Mar 7 2024, 18:39:53) [GCC 9.4.0]", "torch_version": "2.2.1+cu121"} 3.802813166895427 prompts/s 3.802302478973358 prompts/s 1.00
{"name": "token_throughput", "description": "VLLM Engine throughput - synthetic\nmodel - NousResearch/Llama-2-7b-chat-hf\nmax_model_len - 4096\nbenchmark_throughput {\n \"use-all-available-gpus_\": \"\",\n \"input-len\": 256,\n \"output-len\": 128,\n \"num-prompts\": 1000\n}", "gpu_description": "NVIDIA A10G x 1", "vllm_version": "0.2.0", "python_version": "3.10.12 (main, Mar 7 2024, 18:39:53) [GCC 9.4.0]", "torch_version": "2.2.1+cu121"} 1460.2802560878438 tokens/s 1460.0841519257694 tokens/s 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.