Skip to content

Commit

Permalink
Merge pull request #133 from M1saka10010/master
Browse files Browse the repository at this point in the history
fix: readme errors
  • Loading branch information
wangzhaode authored Dec 24, 2023
2 parents 347f22a + 53221ed commit f49c3fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ llm模型导出`onnx`和`mnn`模型请使用[llm-export](https://github.com/wang
### 本地编译
```
# linux
./script/linux_build.sh
./script/build.sh
# macos
./script/macos_build.sh
./script/build.sh
# windows msvc
./script/windows_build.ps1
./script/build.ps1
# android
./script/android_build.sh
Expand Down
6 changes: 3 additions & 3 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ Current build status:
### Local Compilation
```
# linux
./script/linux_build.sh
./script/build.sh
# macos
./script/macos_build.sh
./script/build.sh
# windows msvc
./script/windows_build.ps1
./script/build.ps1
# android
./script/android_build.sh
Expand Down

0 comments on commit f49c3fe

Please sign in to comment.