We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e78c5 commit 4e20238Copy full SHA for 4e20238
.github/actions/install_neuronx_runtime/action.yml
@@ -3,6 +3,10 @@ description: install system and python packages for an AWS Neuronx SDK version
3
runs:
4
using: "composite"
5
steps:
6
+ - name: Display driver version
7
+ shell: bash
8
+ run: |
9
+ dpkg - l | grep aws-neuronx-dkms
10
- name: Install Neuronx system packages
11
shell: bash
12
run: |
0 commit comments