mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-12 20:37:27 +08:00
Add tpu
This commit is contained in:
parent
07be6ed3eb
commit
278e8a1adc
@ -335,7 +335,7 @@ if __name__ == "__main__":
|
|||||||
"--device",
|
"--device",
|
||||||
type=str,
|
type=str,
|
||||||
default="cuda",
|
default="cuda",
|
||||||
choices=["cuda", "cpu"],
|
choices=["cuda", "cpu", "tpu"],
|
||||||
help='device type for vLLM execution, supporting CUDA and CPU.')
|
help='device type for vLLM execution, supporting CUDA and CPU.')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--enable-prefix-caching",
|
"--enable-prefix-caching",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user