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

Support ARM64 platform in PyTorch examples #2111

Closed
6 tasks done
tenzen-y opened this issue May 14, 2024 · 4 comments · Fixed by #2116
Closed
6 tasks done

Support ARM64 platform in PyTorch examples #2111

tenzen-y opened this issue May 14, 2024 · 4 comments · Fixed by #2116

Comments

@tenzen-y
Copy link
Member

tenzen-y commented May 14, 2024

Currently, we support only the AMD64 platform in all PyTorch examples.
However, some users use ARM64 machines such as Macbooks. So, supporting the ARM64 platform allows users to try the training-operator examples on their machines easily.

Contributors should support the following examples by adding the platform parameters here:

  • examples/pytorch/cpu-demo/Dockerfile
  • examples/pytorch/elastic/imagenet/Dockerfile
  • examples/pytorch/elastic/echo/Dockerfile
  • examples/pytorch/mnist/Dockerfile
  • examples/pytorch/mnist/Dockerfile-mpi
  • examples/pytorch/smoke-dist/Dockerfile

/good-first-issue

Copy link

@tenzen-y:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

Currently, we support only the AMD64 platform in all PyTorch examples.
However, some users use ARM64 machines such as Macbooks. So, supporting the ARM64 platform allows users to try the training-operator examples on their machines easily.

Contributors should support the following examples by adding the platform parameters here:

  • examples/pytorch/cpu-demo/Dockerfile
  • examples/pytorch/elastic/imagenet/Dockerfile
  • examples/pytorch/elastic/echo/Dockerfile
  • examples/pytorch/mnist/Dockerfile
  • examples/pytorch/mnist/Dockerfile-mpi
  • examples/pytorch/smoke-dist/Dockerfile

/good-first-issue

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@danielsuh05
Copy link
Contributor

Hey! Interested in this project, could I be assigned to this issue?

@tenzen-y
Copy link
Member Author

Hey! Interested in this project, could I be assigned to this issue?

Sure, feel free to assign yourself with /assign comment.

@danielsuh05
Copy link
Contributor

/assign

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