FederatedAI / FATE-LLM

Federated Learning for LLMs.
Apache License 2.0
155 stars 29 forks source link

GPT2-example bind_table时报错 #67

Closed mathieu0905 closed 8 months ago

mathieu0905 commented 8 months ago

打印输出result如下:{'retcode': 100, 'retmsg': "Internal server error. Nothing in response. You may check out the configuration in 'FATE/conf/service_conf.yaml' and restart fate flow server."} image

mathieu0905 commented 8 months ago

我的单机部署用的是docker容器,flow test toy -gid 10000 -hid 10000测试也没问题

mathieu0905 commented 8 months ago

又是重启服务又是别的,然后还有就是重装了torch(部署的版本里的torch只支持cpu),没有再遇到这个问题了,但是还是遇到了别的问题 TypeError: Object of type set is not JSON serializable image