File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ __pycache__/
1717.Python
1818build /
1919out /
20+ dist /
2021wheels /
2122share /python-wheels /
2223eggs /
Original file line number Diff line number Diff line change 66
77## Overview
88
9- ** pyAXCL** 基于[ AXCL] ( https://axcl-docs.readthedocs.io/zh-cn/latest/ ) 驱动上实现的python API,支持开发板和M .2算力卡形态。
9+ ** pyAXCL** 基于[ AXCL] ( https://axcl-docs.readthedocs.io/zh-cn/latest/ ) 驱动上实现的python API,支持M .2算力卡形态。
1010
1111<img src =" https://axcl-docs.readthedocs.io/zh-cn/latest/_images/axcl_architecture.svg " style =" zoom :80% ;" />
1212
@@ -170,5 +170,5 @@ device 05: /tmp/axcl/dump_encoded.h265 is saved
170170
171171# # 技术讨论
172172
173- - [github issue](https:// github.com/ AXERA - TECH / pyaxcl/ issues)
173+ - [issue](https:// github.com/ AXERA - TECH / pyaxcl/ issues)
174174- QQ 群: 139953715
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ rm -rf "pyAXCL.egg-info"
1616fi
1717
1818
19- python3 setup.py bdist_wheel --dist-dir ./out
19+ python3 setup.py bdist_wheel --dist-dir ./dist
2020
2121
2222if [ -d " build" ]; then
You can’t perform that action at this time.
0 commit comments