Skip to content

Commit

Permalink
bug: fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiHua000 authored and deepin-ci-robot committed Oct 14, 2024
1 parent 0ed6ad5 commit 41effa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/templates/files/python/template.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
if__name__ == "__main__":
print("Hello")
if __name__ == "__main__":
print("Hello")
2 changes: 1 addition & 1 deletion src/plugins/codegeex/codegeexmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static const char *chatModelPro = "codegeex-chat-pro";
static const char *completionModelLite = "codegeex-lite";
static const char *completionModelPro = "codegeex-pro";

#if defined(__x86_64__) || defined(__arm__)
#if defined(__x86_64__) || defined(__aarch64__)
#define SUPPORTMINIFORGE
#endif

Expand Down

0 comments on commit 41effa0

Please sign in to comment.