From 278e8a1adcf3bfc59ad9cc141246a26a8013518f Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Fri, 26 Apr 2024 08:54:52 +0000 Subject: [PATCH] Add tpu --- benchmarks/benchmark_throughput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmark_throughput.py b/benchmarks/benchmark_throughput.py index 6df1e1d628e6c..79d7e9adc4515 100644 --- a/benchmarks/benchmark_throughput.py +++ b/benchmarks/benchmark_throughput.py @@ -335,7 +335,7 @@ if __name__ == "__main__": "--device", type=str, default="cuda", - choices=["cuda", "cpu"], + choices=["cuda", "cpu", "tpu"], help='device type for vLLM execution, supporting CUDA and CPU.') parser.add_argument( "--enable-prefix-caching",