├── LICENSE ├── README.md ├── results ├── 3090-long-context.json └── 3090.json ├── run_benchmarks.py └── vllm_benchmark.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backprop-ai/vllm-benchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backprop-ai/vllm-benchmark/HEAD/README.md -------------------------------------------------------------------------------- /results/3090-long-context.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backprop-ai/vllm-benchmark/HEAD/results/3090-long-context.json -------------------------------------------------------------------------------- /results/3090.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backprop-ai/vllm-benchmark/HEAD/results/3090.json -------------------------------------------------------------------------------- /run_benchmarks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backprop-ai/vllm-benchmark/HEAD/run_benchmarks.py -------------------------------------------------------------------------------- /vllm_benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backprop-ai/vllm-benchmark/HEAD/vllm_benchmark.py --------------------------------------------------------------------------------