Skip to content

Conversation

@EtherCS
Copy link

@EtherCS EtherCS commented Oct 28, 2024

Currently, there are two issues when running the codes on a local machine.

  1. Ports are reused by distinct nodes: nodes fail to bind the used ports (./benchmark/benchmark/config.py/#L71), leading to the failure of initializing nodes.
  2. The configuration files of the google cloud account are hardcoded in the ./benchmark/benchmark/instance.py: if you don't have these configuration files, you would not able to run even the local test.

This pull request fixed the first issue by deleting the code that reused ports.

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.

1 participant