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 8a4e7e0 commit 29ad0eeCopy full SHA for 29ad0ee
projects/llm_framework/SConstruct
@@ -26,4 +26,6 @@ if update:
26
exec(f.read())
27
down_url = "https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/linux/llm/static_lib_{}.tar.gz".format(version)
28
down_path = check_wget_down(down_url, "static_lib_{}.tar.gz".format(version))
29
+ if os.path.exists(static_lib):
30
+ shutil.rmtree(static_lib)
31
shutil.move(down_path, static_lib)
0 commit comments