mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-31 00:47:02 +08:00
Add tpu
This commit is contained in:
parent
07be6ed3eb
commit
278e8a1adc
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user