-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: puma example: Fail to listen 127.0.0.1:61930 #441
Comments
Please update the config in 3pc.json from "spu_internal_addrs": [
"127.0.0.1:61930",
"127.0.0.1:61930",
"127.0.0.1:61930"
], to "spu_internal_addrs": [
"127.0.0.1:61930",
"127.0.0.1:61931",
"127.0.0.1:61932"
], and try again. |
It works. Thank you!
…------------------ 原始邮件 ------------------
发件人: "Jimmy ***@***.***>;
发送时间: 2023年12月18日(星期一) 下午5:06
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [secretflow/spu] [Bug]: puma example: Fail to listen 127.0.0.1:61930 (Issue #441)
Please update the config in 3pc.json from
"spu_internal_addrs": [ "127.0.0.1:61930", "127.0.0.1:61930", "127.0.0.1:61930" ],
to
"spu_internal_addrs": [ "127.0.0.1:61930", "127.0.0.1:61931", "127.0.0.1:61932" ],
and try again.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Merged
tpppppub
added a commit
that referenced
this issue
Dec 18, 2023
# Pull Request ## What problem does this PR solve? Issue Number: Fixed #441 ## Possible side effects? - Performance: - Backward compatibility:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
Usability
Modules Involved
Documentation/Tutorial/Example
Have you reproduced the bug with SPU HEAD?
Yes
Have you searched existing issues?
Yes
SPU Version
spu 0.7.0, secretflow1.3.0
OS Platform and Distribution
linux ubuntu20.04
Python Version
3.8
Compiler Version
gcc 10.5
Current Behavior?
I want to run the puma example from /examples/python/ml/flax_llama7b,but when I run, it says fails to listen 127.0.0.1:61930. How can I deal with this problem?
Standalone code to reproduce the issue
Relevant log output
No response
The text was updated successfully, but these errors were encountered: