Skip to content

Commit

Permalink
update vars that need not
Browse files Browse the repository at this point in the history
 be secret
  • Loading branch information
Hgherzog committed Nov 22, 2024
1 parent 2005df4 commit 93f470e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/forest_loss_driver_prediction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
echo "ghcr_image_name=\"${GHCR_IMAGE}\"" >> $GITHUB_OUTPUT
predict:
needs: build
runs-on: ubuntu-latest-m
steps:
- name: Checkout repository
Expand Down Expand Up @@ -114,14 +115,13 @@ jobs:
--docker-image ${{ steps.image-names.outputs.ghcr_image_name }} \
--command "$DATASET_EXTRACT_COMMAND" \
--user ${{ secrets.GCP_USER }} \
--ghcr-user ${{ secrets.GHCR_USER }} \
--ghcr-user allenai \
--service-account ${{ secrets.FOREST_LOSS_DRIVER_INFERENCE_SERVICE_ACCOUNT }} \
--delete no \
--beaker-token ${{ secrets.BEAKER_TOKEN }} \
--beaker-addr ${{ secrets.BEAKER_ADDR }} \
--beaker-addr "https://beaker.org" \
--beaker-username ${{ secrets.BEAKER_USERNAME }} \
--rslp-project $RSLP_PROJECT \
--workflow predict \
--rslp-prefix ${{ secrets.RSLP_PREFIX }} \
--gpu-count 1 \
--shared-memory "64Gib" \
Expand All @@ -130,6 +130,3 @@ jobs:
--task-name "${RSLP_PROJECT}_inference_$(uuidgen | cut -c1-8)" \
--budget ${{ secrets.BEAKER_BUDGET }} \
--workspace ${{ secrets.BEAKER_WORKSPACE }}
# FOR clean up i will just run this vm with an instance schedule for like a day or something and have it log how long everything took somewhere
# I want to just launch predict as a single beaker job and have it run on a gpu

0 comments on commit 93f470e

Please sign in to comment.