-
Notifications
You must be signed in to change notification settings - Fork 0
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 instruction for SkyPilot #1
Conversation
README.md
Outdated
@@ -87,6 +87,45 @@ docker run --gpus all \ | |||
1. Copy the [compose.yml](./docker/compose.yaml) to your local machine | |||
2. Execute the command `docker compose up -d` in your terminal. | |||
|
|||
### Method 5: Run on Clouds with SkyPilot |
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.
### Method 5: Run on Clouds with SkyPilot | |
### Method 5: Run on Kubernetes or Cloud VMs with SkyPilot |
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.
"Run on Cloud VMs" feels like that we need to run on existing cloud VMs. How about just Run on Kubernetes or Cloud with SkyPilot
?
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.
Sg, plural? Run on Kubernetes or Clouds with SkyPilot
Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
* Add instruction for SkyPilot * rename yaml * Update README.md Co-authored-by: Zongheng Yang <zongheng.y@gmail.com> * Update README.md Co-authored-by: Zongheng Yang <zongheng.y@gmail.com> * Update README.md Co-authored-by: Zongheng Yang <zongheng.y@gmail.com> * update * update * update --------- Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
Motivation
Modification
Checklist
pre-commit run --all-files
or other linting tools are used to fix potential lint issues.