Skip to content

Commit

Permalink
updata deepspeed.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjh committed Nov 4, 2024
1 parent d92bea8 commit a4fd1ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deepspeed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/deepspeed.yaml'
- '.github/workflows/deepspeed.yaml'
- 'requirements/**'
schedule:
- cron: "0 0 * * *"
push:
paths:
- '.github/workflows/deepspeed.yaml'
- '.github/workflows/deepspeed.yaml'


concurrency:
Expand All @@ -41,14 +39,13 @@ jobs:
- /etc/ascend_install.info:/etc/ascend_install.info
options: --network host
--name deepspeed_unit-tests
--device /dev/davinci6
--device /dev/davinci4
--device /dev/davinci_manager
--device /dev/devmm_svm
--device /dev/hisi_hdc
--shm-size "20g"
--entrypoint /bin/bash


steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -132,4 +129,4 @@ jobs:

0 comments on commit a4fd1ca

Please sign in to comment.