-
Notifications
You must be signed in to change notification settings - Fork 277
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
Create custom jobset for pathways #746
base: main
Are you sure you want to change the base?
Conversation
Hi @jesus-orozco, I'd like to run some workloads with Pathways enabled. Is this implementation in this PR ready to be tested? |
mountPath="/tmp", | ||
), | ||
) | ||
staging_location = "gs://cloud-pathways-staging/tmp" |
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.
Is this accessible?
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.
No. This should be a bucket owned by your project.
f"--gcs_scratch_location={staging_location}", | ||
] | ||
) | ||
image = "us-docker.pkg.dev/cloud-tpu-v2-images/pathways/server:latest" |
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.
Ditto
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 is accessible and allowlisted via some SAs 11/26
No description provided.