Skip to content

Commit

Permalink
Merge branch 'feature/add-try-except-import-to-deepspeed' of https://…
Browse files Browse the repository at this point in the history
…github.com/Harthi7/training into feature/add-try-except-import-to-deepspeed
  • Loading branch information
abdullah-ibm committed Oct 22, 2024
2 parents 992aad7 + c93dc43 commit e2626c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-nvidia-a10g-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,19 @@ jobs:
- name: Run e2e test
working-directory: ./instructlab
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
. venv/bin/activate
<<<<<<< HEAD
<<<<<<< HEAD:.github/workflows/e2e-nvidia-t4-x1.yml
./scripts/basic-workflow-tests.sh -a
=======
./scripts/e2e-ci.sh -m
>>>>>>> c8439e0 (e2e: replace old small job with new medium job):.github/workflows/e2e-nvidia-a10g-x1.yml
=======
./scripts/e2e-ci.sh -m
>>>>>>> c93dc4345538dbb451f7b2434bc23a4beaac1eb2

stop-medium-ec2-runner:
name: Stop external EC2 runner
Expand All @@ -159,6 +165,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Stop EC2 runner
uses: machulav/ec2-github-runner@fcfb31a5760dad1314a64a0e172b78ec6fc8a17e # v2.3.6
with:
Expand Down

0 comments on commit e2626c5

Please sign in to comment.