|
8 | 8 | paths:
|
9 | 9 | - ".github/workflows/hpu-gaudi2.yml"
|
10 | 10 | - "accelerator/hpu_accelerator.py"
|
11 |
| - |
| 11 | + - "op_builder/hpu/**" |
| 12 | + - "deepspeed/runtime/engine.py" |
| 13 | + - "deepspeed/runtime/bf16_optimizer.py" |
| 14 | + - "deepspeed/runtime/zero/stage_1_and_2.py" |
| 15 | + - "deepspeed/runtime/zero/stage3.py" |
| 16 | + - "deepspeed/runtime/zero/partition_parameters.py" |
| 17 | + - "deepspeed/runtime/zero/partitioned_param_coordinator.py" |
| 18 | + - "deepspeed/runtime/zero/parameter_offload.py" |
| 19 | + - "deepspeed/runtime/pipe/engine.py" |
| 20 | + - "deepspeed/runtime/utils.py" |
| 21 | + - "deepspeed/inference/engine.py" |
| 22 | + - "deepspeed/module_inject/auto_tp.py" |
| 23 | + - "deepspeed/module_inject/replace_module.py" |
| 24 | + - "deepspeed/module_inject/load_checkpoint.py" |
| 25 | + - "deepspeed/module_inject/inject.py" |
| 26 | + - "deepspeed/ops/transformer/**" |
| 27 | + - "deepspeed/ops/adam/**" |
12 | 28 |
|
13 | 29 | concurrency:
|
14 | 30 | group: ${{ github.workflow }}-${{ github.ref }}
|
|
23 | 39 | # The type of runner that the job will run on
|
24 | 40 | runs-on: [self-hosted, intel, gaudi2]
|
25 | 41 | container:
|
26 |
| - image: vault.habana.ai/gaudi-docker/1.14.0/ubuntu22.04/habanalabs/pytorch-installer-2.1.1:latest |
| 42 | + image: vault.habana.ai/gaudi-docker/1.15.0/ubuntu22.04/habanalabs/pytorch-installer-2.2.0:latest |
27 | 43 | ports:
|
28 | 44 | - 80
|
29 | 45 | options: --runtime=habana -e HABANA_VISIBLE_DEVICES=all -e OMPI_MCA_btl_vader_single_copy_mechanism=none --cap-add=sys_nice
|
|
83 | 99 | # Steps represent a sequence of tasks that will be executed as part of the job
|
84 | 100 | steps:
|
85 | 101 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
86 |
| - - uses: actions/checkout@v3 |
| 102 | + - uses: actions/checkout@v4 |
87 | 103 |
|
88 | 104 | - name: Check container state
|
89 | 105 | run: |
|
|
0 commit comments