We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7781de6 commit 1fc8cd2Copy full SHA for 1fc8cd2
gpustack_runtime/detector/ascend.py
@@ -342,7 +342,7 @@ def _get_device_virtual_info(
342
"Ascend910_9382": 253,
343
"Ascend910_9372": 254,
344
"Ascend910_9362": 255,
345
- "Ascend910_95": 260,
+ "Ascend910_9579": 260,
346
}
347
348
@@ -415,5 +415,5 @@ def get_ascend_cann_variant(name: str | None) -> str | None:
415
if version < 260:
416
return "a3" # 910c
417
if version < 270:
418
- return "a4" # 910d
+ return "a5" # 910d
419
return None
0 commit comments