-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add basic tutorial for usage of KubeRay without CodeFlare #122
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fb9ccbe
to
5469046
Compare
/retest |
Signed-off-by: Anish Asthana <[email protected]>
5469046
to
ab5c519
Compare
|
||
## Setup | ||
|
||
You can follow the instructions in the [base readme](../README.md) to install the Distributed Workolads stack. |
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.
You can follow the instructions in the [base readme](../README.md) to install the Distributed Workolads stack. | |
You can follow the instructions in the [base readme](../README.md) to install the Distributed Workloads stack. |
"runtime_env = {\"pip\": [\"transformers\", \"datasets\", \"evaluate\", \"pyarrow<7.0.0\", \"accelerate\"]}\n", | ||
"\n", | ||
"# NOTE: This will work for in-cluster notebook servers (RHODS/ODH), but not for local machines\n", | ||
"# To see how to connect from your laptop, go to demo-notebooks/additional-demos/local_interactive.ipynb\n", |
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.
This notebook is not in this repo. We should use the complete url
"# To see how to connect from your laptop, go to demo-notebooks/additional-demos/local_interactive.ipynb\n", | |
"# To see how to connect from your laptop, go to https://github.com/project-codeflare/codeflare-sdk/blob/main/demo-notebooks/additional-demos/local_interactive.ipynb\n", |
Closes #101