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 TensorFlow examples #2112

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

Support ARM64 platform in TensorFlow examples #2112

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

Comments

@tenzen-y
Copy link
Member

tenzen-y commented May 14, 2024

Currently, we support only the AMD64 platform in all TensorFlow 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/tensorflow/dist-mnist/Dockerfile
  • examples/tensorflow/distribution_strategy/estimator-API/Dockerfile
  • examples/tensorflow/distribution_strategy/keras-API/Dockerfile
  • examples/tensorflow/mnist_with_summaries/Dockerfile
  • examples/tensorflow/tf_sample/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 tensorFlow 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/tensorflow/dist-mnist/Dockerfile
  • examples/tensorflow/distribution_strategy/estimator-API/Dockerfile
  • examples/tensorflow/distribution_strategy/keras-API/Dockerfile
  • examples/tensorflow/mnist_with_summaries/Dockerfile
  • examples/tensorflow/tf_sample/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.

@tenzen-y tenzen-y changed the title Support ARM64 Platform in TensorFlow examples Support ARM64 platform in TensorFlow examples May 14, 2024
@akhilsaivenkata
Copy link
Contributor

akhilsaivenkata commented May 15, 2024

Hi @tenzen-y , I am new to kubeflow and I would like to start my journey with this community. Would it be fine if I take this up?

@tenzen-y
Copy link
Member Author

Hi @tenzen-y , I am new to kubeflow and I would like to start my journey with this community. Would it be fine if I take this up?

Hi, welcome to kubeflow community. Sure, feel free to assign this issue yourself with /assign comment.

@akhilsaivenkata
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
Development

Successfully merging a pull request may close this issue.

2 participants