Skip to content

Commit 4e20238

Browse files
committed
ci(setup): display neuron driver info
1 parent f9e78c5 commit 4e20238

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/install_neuronx_runtime/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ description: install system and python packages for an AWS Neuronx SDK version
33
runs:
44
using: "composite"
55
steps:
6+
- name: Display driver version
7+
shell: bash
8+
run: |
9+
dpkg - l | grep aws-neuronx-dkms
610
- name: Install Neuronx system packages
711
shell: bash
812
run: |

0 commit comments

Comments
 (0)