Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
rm model_executor/layers/attention directory since it's been moved
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrmchlsmth committed Apr 11, 2024
1 parent dcd4973 commit dec369a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 686 deletions.
5 changes: 0 additions & 5 deletions vllm/model_executor/layers/attention/__init__.py

This file was deleted.

87 changes: 0 additions & 87 deletions vllm/model_executor/layers/attention/attention.py

This file was deleted.

Empty file.
139 changes: 0 additions & 139 deletions vllm/model_executor/layers/attention/backends/flash_attn.py

This file was deleted.

Loading

1 comment on commit dec369a

@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: dec369a Previous: dcd4973 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.816995494783505 prompts/s 3.816109539675276 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"} 1465.726269996866 tokens/s 1465.386063235306 tokens/s 1.00

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

Please sign in to comment.