KubeFATE
KubeFATE copied to clipboard
Manage federated learning workload using cloud native technologies.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] kubefate1.7.1中,fate-serving支持多servingServer部署,目前没看到有相关参数配置,能支撑多servingServer **Describe the solution...
**What deployment mode you are use? ** Kuberentes. **What KubeFATE and FATE version you are using? ** v1.6.0 **What OS you are using for docker-compse or Kubernetes? Please also clear...
(venv) [root@273deb40ece3 fate_flow]# python fate_flow_client.py -f bind -c examples/bind_model_service.json { "retcode": 100, "retmsg": "" } 这是部署在云服务器上的,也关闭了防火墙了
The party ID should change to 1, 2, 3, 4, etc., rather than 9999, 8888...; 1,2,3,4 look more concise and convenient for voice communication.
**What deployment mode you are use? ** 1. docker-compose; **What KubeFATE and FATE version you are using? ** 1.7.0 os: - OS: centos 7 - docker 20.10.7 已经将docker升级到20.10版本,但是依然有如下报错
1. Without testing with actual data, docker is equivalent to a layer of virtualization based on the virtual machine. Performance and stability still need a complete test. I have observed...
**Summary** Support FATE v1.9.0 deployment **Task the outcome** FATE v1.9.0 deployed successfully
啥时候能出个Kuberentes的部署教程啊,新版的 教程写的详细一些啊,如果可以,能加入二次开发的内容吗
## Description 构建一个可以运行在 arm 服务器上的kubefate 可执行文件,以及 kubefate 镜像 可以通过在执行makefile的时候添加arch 参数来指定目标架构 ``` ARCH=arm64 make release ARCH=amd64 make release ``` 生成的镜像以及可执行文件,会存放在 `release`目录里 ``` release ├── amd64 │ ├── kubefate-k8s-v1.4.5-amd64.tar.gz │ └── kubefate-v1.4.5-amd64.docker...