This commit is contained in:
Woosuk Kwon 2024-04-26 08:54:52 +00:00
parent 07be6ed3eb
commit 278e8a1adc

View File

@ -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",