-
Notifications
You must be signed in to change notification settings - Fork 706
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: updating docs for local development #2074
docs: updating docs for local development #2074
Conversation
Pull Request Test Coverage Report for Build 8840314186Details
💛 - Coveralls |
examples/pytorch/mnist2/mnist.py
Outdated
@@ -0,0 +1,205 @@ | |||
# Copyright 2022 The Kubeflow Authors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be PyTorch authors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied this over from the demos linked so I'm just taking what they listed. I can change of course.
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
5350ad3
to
db59a4e
Compare
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for creating this PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason that this new example is needed?
In my local arm64 env, this PyTorch example worked fine since the example uses the same image:
image: docker.io/kubeflowkatib/pytorch-mnist:v1beta1-45c5727 |
Did you use the master
branch?
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall lgtm.
I left a comment for a nit.
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Updated with your feedback, lmk if you want any other changes @tenzen-y! Thanks for the review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@franciscojavierarceo Thank you for this awesome contribution 🎉
/lgtm
/approve
/hold
for CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this great contribution @franciscojavierarceo!
I left a few comments.
Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
Tests are passing now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
/lgtm
/approve
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: franciscojavierarceo, tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* adding new demo for arm64 and updating docs for local development Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated cpu Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated readme to add link to pytorch Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * removed links Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * fixed typo Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adjusting based on feedback from Yuki Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing the make run command from developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated dev docs with lates notes Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing mnist2 example Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * added requirements to developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adding link to Lima Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * moved note about namesapce Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> --------- Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> Signed-off-by: Weiyu Yen <ckyuto@gmail.com>
* adding new demo for arm64 and updating docs for local development Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated cpu Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated readme to add link to pytorch Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * removed links Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * fixed typo Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adjusting based on feedback from Yuki Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing the make run command from developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated dev docs with lates notes Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing mnist2 example Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * added requirements to developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adding link to Lima Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * moved note about namesapce Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> --------- Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> Signed-off-by: Weiyu Yen <ckyuto@gmail.com>
* adding new demo for arm64 and updating docs for local development Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated cpu Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated readme to add link to pytorch Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * removed links Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * fixed typo Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adjusting based on feedback from Yuki Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing the make run command from developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated dev docs with lates notes Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing mnist2 example Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * added requirements to developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adding link to Lima Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * moved note about namesapce Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> --------- Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
* adding new demo for arm64 and updating docs for local development Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated cpu Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated readme to add link to pytorch Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * removed links Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * fixed typo Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adjusting based on feedback from Yuki Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing the make run command from developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * updated dev docs with lates notes Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * Removing mnist2 example Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * added requirements to developer guide Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * adding link to Lima Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> * moved note about namesapce Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com> --------- Signed-off-by: Francisco Javier Arceo <4163062+franciscojavierarceo@users.noreply.github.com>
What this PR does / why we need it:
This PR updates the development guide to give instructions on how to develop locally using
kind
.Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged):Fixes # #2069
Checklist: