-
Notifications
You must be signed in to change notification settings - Fork 343
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
Allow native GPU types #1049
Allow native GPU types #1049
Conversation
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.
small suggestion
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.
Tested the user example on my personal account 🙃 and got a nice: Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally.
So I assume this work just fine 🙈 👍
ref:
- name: Create Runner
env:
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
run: |
cml runner \
--single=true \
--labels=LABEL \
--cloud=gcp \
--cloud-region=us-west \
--cloud-type=n1-highmem-2 \
--cloud-spot=false \
--cloud-gpu=nvidia-tesla-t4 \
--cloud-hdd-size=50
Good with me pending description wording resolution?
Co-authored-by: Casper da Costa-Luis <casper.dcl@physics.org>
docs follow-up: iterative/cml.dev#251 |
Closes #1048