-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] Unexpected Error with Existing IP Address on bridge0 Interface #1903
Comments
This is my log. |
with mlx.launch Inference Across 8 Machines – Thunderbolt Network Instability and Remote Daemon Failure Description:
This is usually due to either a failure of the TCP network
Observed Issues: |
Well unfortunately we have also observed some network instability when using the bridge interface. A possible solution which would however be a bit more obtrusive as it would disable the bridge is to setup a thunderbolt ring using the script in #1902 . I haven't tested it with DeepSeek pipelining and |
Describe the bug
I encountered an issue on my Mac Mini where the bridge0 interface has a valid IP address, but an error is still reported indicating that the IP does not exist. Here is the output of ifconfig:
As shown, the inet 10.25.0.1 address is clearly assigned to the bridge0 interface.
To Reproduce
Expected behavior
The system or application should recognize the IP address 10.25.0.1 on the bridge0 interface without reporting an error.
Desktop (please complete the following information):
mlx-lm 0.21.4
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: