Leo Peng

Results 9 comments of Leo Peng

请问你们是用什么系统使用昇腾芯片的?我在执行`pip install -e .`的时候,decord安装失败,提示没有对应aarch64的版本,是要手动编译吗?

Did you try the [Pickle](https://docs.python.org/2/library/pickle.html) module of Python? The object serialization can achieve your goal.

Has this issue been resolved?

@wmz7year 如果官方没有放出性能测试报告的话,我们社区也可以自己测。那需要哪些指标呢?参照的标准或者项目是什么?

@hipudding I tried this: ``` mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=debug -DLLAMA_CANN=on && make -j ``` got: ``` /home/ma-user/llama.cpp/ggml-impl.h:283:27: error: implicit declaration of function ‘vld1q_s16_x2’; did you mean ‘vld1q_s16’?...

@huyz-git @hipudding Thanks for your reply. I also used Huawei ModelArts > cmake .. -DCMAKE_BUILD_TYPE=debug -DLLAMA_CANN=on Thanks for reply. I just want to participate during the development of this NPU...

@carols10cents Yep, I am glad to have a chance to contribute this project during my Rust learning time. From now on, the TODO list contains: - [ ] convert existed...

@carols10cents Thanks for your selfless contribution! It's helpful for me. Can you add some languages like Python, Java or C++? Because these are popular languages, and Rust's most strongest opponent...