Skip to content

Commit

Permalink
configure pkg.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Sep 6, 2024
1 parent 314bd99 commit 277e5b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/launch_small_fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,15 @@ jobs:
- name: Configure Google Cloud
run: |
gcloud config set project ${{ secrets.GCP_PROJECT_ID }}
REGION=${TPU_ZONE%-*}
echo "$REGION"
gcloud auth configure-docker $REGION-docker.pkg.dev
- name: Install locally
run: |
python -m pip install --upgrade pip
pip install -e .[test] "jax[cpu]==0.4.30"
- name: Do we have docker?
run: |
docker --version
- name: Launch Small Fast TPU Train LM job
run: |
export TPU_NAME=small-fast-${{ github.run_id }}
Expand Down

0 comments on commit 277e5b8

Please sign in to comment.