Skip to content

Commit 2f27ca9

Browse files
wanglushengkalcohol
authored andcommitted
update README.md
1 parent dd98eb9 commit 2f27ca9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Python 脚本快速构建 NPU 推理脚本
1919
- ml-dtypes >= 0.1.0
2020
- numpy >= 1.22.0
2121

22+
*需要注意的是,如果您的开发环境是算力卡,那么更建议您优先考虑使用 [pyAXCL](https://github.com/AXERA-TECH/pyaxcl) 进行项目开发;pyAXCL 项目完整包含了算力卡形态的全部 API,更适合用于正式部署;PyAXEngine 项目更适合算法工程师进行快速原型验证,且用于计算卡环境时,PyAXEngine 不能调用编解码等模块(不是 PyAXEngine 的设计目标)。*
23+
2224
## 快速上手
2325

2426
基于社区开发板 **爱芯派Pro(AX650N)** 进行展示
@@ -97,14 +99,17 @@ root@ax650:~/samples# python3 classification.py -m /opt/data/npu/models/mobilene
9799

98100
## 社区贡献者
99101

100-
[zylo117](https://github.com/zylo117): 提供了基于 cffi 的 AXCL Runtime Python API 实现
102+
- [zylo117](https://github.com/zylo117): 提供了基于 cffi 的 AXCL Runtime Python API 实现
103+
- [nnn](https://github.com/nnn112358)[HongJie Li](https://github.com/techshoww)[Shinichi Tanaka](https://github.com/s1tnk) 报告 cffi 的使用问题,[Shinichi Tanaka](https://github.com/s1tnk) 提供了解决方案
104+
101105

102106
## 关联项目
103107

104108
- [ax-samples](https://github.com/AXERA-TECH/ax-samples)
105109
- [ax-llm](https://github.com/AXERA-TECH/ax-llm)
106-
- [pulsar2](https://pulsar2-docs.readthedocs.io/zh-cn/latest/)
107-
- [axcl](https://axcl-docs.readthedocs.io/zh-cn/latest/)
110+
- [Pulsar2](https://pulsar2-docs.readthedocs.io/zh-cn/latest/)
111+
- [AXCL](https://axcl-docs.readthedocs.io/zh-cn/latest/)
112+
- [pyAXCL](https://github.com/AXERA-TECH/pyaxcl)
108113

109114
## 技术讨论
110115

0 commit comments

Comments
 (0)