Skip to content

Commit 41effa0

Browse files
LiHua000deepin-ci-robot
authored andcommitted
bug: fix bugs
1.python template error 2.incorrect macro of check arm Log: https://pms.uniontech.com/bug-view-278117.html https://pms.uniontech.com/bug-view-278019.html
1 parent 0ed6ad5 commit 41effa0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
if__name__ == "__main__":
2-
print("Hello")
1+
if __name__ == "__main__":
2+
print("Hello")

src/plugins/codegeex/codegeexmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static const char *chatModelPro = "codegeex-chat-pro";
2626
static const char *completionModelLite = "codegeex-lite";
2727
static const char *completionModelPro = "codegeex-pro";
2828

29-
#if defined(__x86_64__) || defined(__arm__)
29+
#if defined(__x86_64__) || defined(__aarch64__)
3030
#define SUPPORTMINIFORGE
3131
#endif
3232

0 commit comments

Comments
 (0)