magic-hya

Results 7 comments of magic-hya

> 1.9开始可以,1.8还不行 这个standalone能实现分布式还是很有用的,有时并不需要那种非常复杂的部署

The service in the "fateflow" image was started, but now I have also started the service in the "client" image, and it is still the same error. Normal tasks can...

> Hi, did you bind the path of your cifar dataset before running? I used the Notebook example for code binding, and I am not sure if there are any...

根据文档操作,遇到问题: 2台主机docker集群模式部署, ``` data_path_0 = '/data/projects/fate/examples/data/mnist_train' data_path_1 = '/data/projects/fate/examples/data/mnist_train' pipeline.bind_table(name=data_0['name'], namespace=data_0['namespace'], path=data_path_0) pipeline.bind_table(name=data_1['name'], namespace=data_1['namespace'], path=data_path_1) ``` 数据已经上传到了服务器,但是执行bind的时候卡住,查看后台日志发现数据库出错了,报错信息如下: more fate_flow_sql.log ``` [INFO] [2023-12-22 11:32:29,446] [202312221138368071860] [7:140552217532160] - [job_saver.execute_update] [line:220]: UPDATE `t_task`...

问题我也遇到了,加了shutdown也结束不了,还有rayfed没有结束,下面是我用ctrl+C才结束的,正常代码无法结束 ``` [^C2024-08-02 03:19:57.864 WARNING api.py:60 [alice] -- [Anonymous_job] Stop signal received (e.g. via SIGINT/Ctrl+C), try to shutdown fed. Press CTRL+C (or send SIGINT/SIGKILL/SIGTERM) to skip. 2024-08-02 03:19:57.865 WARNING api.py:325...