Skip to content

Commit

Permalink
Fix mac sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
apaniukov committed Nov 17, 2023
1 parent 0f1c1cc commit 3edb73b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ else()
FetchContent_Declare(
fast_tokenizer
URL https://bj.bcebos.com/paddlenlp/fast_tokenizer/fast_tokenizer-osx-x86_64-1.0.2.tgz
URL_HASH SHA256=5ef2e389cee985b5cef5ebf8d375704cf63030d8ec66a0b5c7bcd8771a250109
URL_HASH SHA256=9e84ed6ce35e7e1dbdde21226ad8bf2ade78b9f71c9f56bdc3dfc293e20b3864
)
elseif(APPLE AND AARCH64)
FetchContent_Declare(
Expand Down

0 comments on commit 3edb73b

Please sign in to comment.