Skip to content

Commit 3e5da23

Browse files
authored
Check the driver status on gaudi server (#13718)
1 parent 7585207 commit 3e5da23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.azure/hpu-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
FREEZE_REQUIREMENTS: 1
5454
displayName: 'Install dependencies'
5555
56+
- bash: |
57+
hl-smi -L
58+
lsmod | grep habanalabs
59+
displayName: 'Check the driver status'
60+
5661
- bash: |
5762
python -m pytest -sv accelerators/test_hpu.py --forked --junitxml=hpu1_test-results.xml
5863
workingDirectory: tests/tests_pytorch

0 commit comments

Comments
 (0)