Skip to content

Commit

Permalink
ready for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnXuan committed Nov 10, 2023
1 parent 4ef5dde commit 66e4a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [checks_requested]
push:
branches:
- 'dev_test_workflow'
- 'dev_test_workflow' # debug only
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: run inference
run: |
docker exec ${{ env.TEST_CONTAINER_NAME }} nvidia-smi
#docker exec ${{ env.TEST_CONTAINER_NAME }} bash ./infer.sh
docker exec ${{ env.TEST_CONTAINER_NAME }} bash ./infer.sh
- name: run training
run: |
docker exec ${{ env.TEST_CONTAINER_NAME }} sed -i 's/main.py/main.py --epochs 1/g' train.sh
Expand Down

0 comments on commit 66e4a96

Please sign in to comment.