Skip to content

build: Implicitly enable platform aws when building for neuron #888

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

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

Conversation

liralon
Copy link
Contributor

@liralon liralon commented May 16, 2025

Neuron only exists on AWS platform instances, and it does not function correctly when --enable-platform-aws is not specified in build.

This is because Neuorn relies on the default configuration values per instance type as specified in platform_data_map[] array. Such as using RDMA protocol on Trn2.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@liralon liralon force-pushed the neuron_build_fix branch 2 times, most recently from 5fe5436 to 5b59fb7 Compare May 16, 2025 17:43
@rauteric
Copy link
Contributor

#894 should resolve the CI failure here.

Neuron only exists on AWS platform instances, and it does not function
correctly when `--enable-platform-aws` is not specified in build.

This is because Neuorn relies on the default configuration values per
instance type as specified in `platform_data_map[]` array. Such as
using RDMA protocol on Trn2.

Signed-off-by: Liran Alon <[email protected]>
@rauteric rauteric force-pushed the neuron_build_fix branch from 5b59fb7 to 633af3a Compare May 21, 2025 19:38
@rauteric
Copy link
Contributor

Rebase on master

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.

3 participants