Skip to content
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

[docs] Simplify multihost example, no need for extra script #903

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

giordano
Copy link
Member

No description provided.

@giordano giordano requested a review from avik-pal March 13, 2025 12:19

```bash [matmul.sh]
#!/bin/bash -l

# Important else XLA might hang indefinitely
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason doing this in a single script wasn't unsetting the env vars in the compute nodes


```bash [matmul.sh]
#!/bin/bash -l

# Important else XLA might hang indefinitely
unset no_proxy http_proxy https_proxy NO_PROXY HTTP_PROXY HTTPS_PROXY
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
unset no_proxy http_proxy https_proxy NO_PROXY HTTP_PROXY HTTPS_PROXY

Let's remove this in entirety, and add a tip later on saying if Reactant prints a warning ...., then you should unset those vars like ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants