Skip to content

Commit

Permalink
fix cvi tpu lib file sha256sum error
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Aug 8, 2024
1 parent 8bef693 commit 8911983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/3rd_party/cvi_tpu/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def add_file_downloads(confs : dict) -> list:
return []
version = f"{confs['CONFIG_BROTLI_VERSION_MAJOR']}.{confs['CONFIG_BROTLI_VERSION_MINOR']}.{confs['CONFIG_BROTLI_VERSION_PATCH']}"
url = "https://github.com/sipeed/MaixCDK/releases/download/v0.0.0/cvi_tpu_lib_v4.1.0-23_2024.8.7.tar.xz"
sha256sum = "8177ce35a05565a4fdc6cf1ac6bef0dc18809a31fff332321e17d01d2b85421a"
sha256sum = "15d88abdbc368690de0304240e3a859aec56b050283cc218803099d56be5251a"
filename = "cvi_tpu_lib_v4.1.0-23_2024.8.7.tar.xz"
path = "cvi_tpu"
check_file = 'cvi_tpu_lib_v4.1.0-23_2024.8.7'
Expand Down

0 comments on commit 8911983

Please sign in to comment.