weishengying

Results 4 comments of weishengying

我在同样的M1机器上复现了下编译流程,中间没有报错。要不你再检查下编译器版本等信息,我的编译器信息如下:Apple clang version 13.0.0 (clang-1300.0.29.3) Target: arm64-apple-darwin20.6.0 或者你不用自己编译,直接下载发布的opt工具。 https://github.com/PaddlePaddle/Paddle-Lite/releases/download/v2.10/opt_mac

请问下你的M1安装的python版本是多少

> @weishengying Hi, Python 3.7.9 换一种方式,不编译opt可执行工具。用python安装paddlelite包。 python3.7 -m pip install paddlelite。然后使用python中的opt工具。参考文档 [Opt](https://paddle-lite.readthedocs.io/zh/develop/api_reference/python_api/opt.html)

first: rm /tmp/ray -f then: mkdir a empty dir that use high disk usage, then: ln -s new_empty_dir /tmp/ray final: check the soft link is successful? df /tmp/ray