Add initial support for intel Gaudi accelerators (#2121)

This commit is contained in:
Ankur Neog
2024-11-23 09:52:23 +05:30
committed by GitHub
parent 66d4859acf
commit 865233e256
4 changed files with 10 additions and 7 deletions

View File

@@ -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(