Skip to content

Commit 56fcfd8

Browse files
committed
refactor: adjust cann variant
Signed-off-by: thxCode <thxcode0824@gmail.com>
1 parent 94ebfdd commit 56fcfd8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.vscode/
44
.DS_Store
55
*.swp
6+
.claude/
67

78
# Python-generated files
89
_version.py

gpustack_runtime/detector/ascend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,5 +658,5 @@ def get_ascend_cann_variant(name: str | None) -> str | None:
658658
if version < 260:
659659
return "a3" # 910c/a3
660660
if version < 270:
661-
return "a5" # 910d/a5
661+
return "950" # 950/a5
662662
return None

0 commit comments

Comments
 (0)