Skip to content
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

testing #37

Closed
wants to merge 21 commits into from
Prev Previous commit
Next Next commit
update bucket name
khshah6 committed Jan 17, 2023
commit bc6430769b45ced57a0227024dfefed41ad476f7
2 changes: 1 addition & 1 deletion jax_tpu_embedding/pip_package/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -26,5 +26,5 @@ options:
timeout: 5400s
artifacts:
objects:
location: 'gs://jax-bc-cloud-tpu/wheels/$(date -u +%Y%m%d)'
location: 'gs://jax-tpu-embeddings/wheels/$(date -u +%Y%m%d)'
paths: ['/**/*.whl', '/**/*.txt']
2 changes: 1 addition & 1 deletion jax_tpu_embedding/pip_package/presubmit.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG image_name
ARG base_image="gcr.io/jax-bc-cloud-tpu/${image_name}:latest"
ARG base_image="gcr.io/jax-tpu-embeddings/${image_name}:latest"
FROM $base_image
RUN rm -rf /jax_tpu_embedding/jax_tpu_embedding
COPY . /jax_tpu_embedding_new