[Feature, Hardware] Enable SGLang on XPU GPUs via PyTorch (#1480)
This commit is contained in:
@@ -242,7 +242,7 @@ class ServerArgs:
|
||||
"--device",
|
||||
type=str,
|
||||
default="cuda",
|
||||
choices=["cuda"],
|
||||
choices=["cuda", "xpu"],
|
||||
help="The device type.",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user