Skip to content

Commit 29e9fd5

Browse files
Enhance Gaudi2 CI/Nightly Coverage with Model Parallelism and Linear Tests (#7146)
Enhancing ci/nightly coverage for gaudi2 device Tests added : test_autotp_training.py test_ulysses.py test_linear::TestLoRALinear and test_linear::TestBasicLinear test_ctx::TestEngine these provide coverage for model_parallesim and linear feature. The tests are stable. 10/10 runs pass. New tests addition is expected to increase ci time by 3-4 mins and nightly job time by 15 min. Signed-off-by: Shaik Raza Sikander <[email protected]>
1 parent 64fcff0 commit 29e9fd5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/hpu-gaudi2-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
test_zero_leaf_module.py
4646
test_zero_offloadpp.py
4747
test_zero_tiled.py
48+
test_autotp_training.py
49+
test_ulysses.py
4850
4951
# Steps represent a sequence of tasks that will be executed as part of the job
5052
steps:

.github/workflows/hpu-gaudi2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
test_zero_nesting_init.py
9595
test_zeropp.py
9696
(test_zero.py and (TestZero3ParamPartitioningLargeParam or TestZero3ParamPartitioningLargeParam))
97+
(test_linear.py and (TestLoRALinear or TestBasicLinear))
98+
(test_ctx.py and TestEngine)
9799
98100
# Steps represent a sequence of tasks that will be executed as part of the job
99101
steps:

0 commit comments

Comments
 (0)