Skip to content

Commit

Permalink
fix(ansible): intel mev add acc version parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored May 26, 2024
1 parent ffcd2bd commit a2b5d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lab/ansible/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
imc_version: 1.4.0.8469
imc_local_file: /root/intel-ipu-pldm-image-{{ imc_version }}.tar.gz
imc_remote_file: /work/intel-ipu-pldm-image-{{ imc_version }}/intel-ipu-pldm-{{ imc_version }}.bin
acc_version: {{ imc_version }}
acc_local_file: intel-ipu-acc-eval-image-{{ acc_version }}.tar.gz
acc_remote_file: /work/intel-ipu-acc-eval-image-{{ acc_version }}/ACC/OS/acc-os-kernel.bin
ansible_remote_tmp: /tmp
tasks:
- name: Install socat
Expand Down

0 comments on commit a2b5d80

Please sign in to comment.