Skip to content

Commit

Permalink
update readme (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwm-pt authored Apr 20, 2023
1 parent baa568e commit 0dc53f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@ export PATH=${PWD}/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1/bin:$PATH
Download source code

```
git clone https://github.com/T-head-Semi/csi-nn2.git
git clone -b 2.2 https://github.com/T-head-Semi/csi-nn2.git
cd csi-nn2
git submodule update --init --recursive
```

compile c906

```
cd csi-nn2
make nn2_c906
```

Expand Down
5 changes: 3 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ export PATH=${PWD}/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.6.1/bin:$PATH
下载源码

```
git clone https://github.com/T-head-Semi/csi-nn2.git
git clone -b 2.2 https://github.com/T-head-Semi/csi-nn2.git
cd csi-nn2
git submodule update --init --recursive
```

编译 c906

```
cd csi-nn2
make nn2_c906
```

Expand Down

0 comments on commit 0dc53f5

Please sign in to comment.