Add initial support for intel Gaudi accelerators (#2121)
This commit is contained in:
@@ -306,7 +306,7 @@ class ServerArgs:
|
||||
"--device",
|
||||
type=str,
|
||||
default="cuda",
|
||||
choices=["cuda", "xpu"],
|
||||
choices=["cuda", "xpu", "hpu"],
|
||||
help="The device type.",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user