FATE 1.7.2编译arm64镜像示例,apple silicon与鲲鹏处理器均已测试 #4398
kanppa
started this conversation in
Show and tell
Replies: 1 comment
-
推荐, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
本示例目前仅适用FATE 1.7.2基于eggroll部署的版本,并且没有nn模块。于apple m1 上与 鲲鹏cpu上测试通过
1. 拉取FATE代码
2.编译arm64镜像
编译之后会显示以下镜像
3. docker-compose部署
3.1 替换模版
需要 https://github.com/kanppa/FATE-ARM64 对项目部分文件进行替换
3.2 for apple silicon
如果是用的apple silicon,由于部分指令不通用
需要用 项目中的以下文件对脚本进行替换
并且安装 gtar
3.3 部署
参考 https://github.com/FederatedAI/KubeFATE/blob/v1.7.2/docker-deploy/README_zh.md
4. 测试
进入容器之后
如有疑问可以参考
https://github.com/FederatedAI/FATE/blob/v1.7.2/doc/tutorial/fate_test_tutorial.md
Beta Was this translation helpful? Give feedback.
All reactions