Skip to content

Commit

Permalink
Update ansible/roles/onnx/tasks/main.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Panferov <37497658+lexavtanke@users.noreply.github.com>
  • Loading branch information
esteve and lexavtanke authored Sep 15, 2023
1 parent f067d57 commit 3dc7fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/onnx/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
ansible.builtin.get_url:
url: https://awf.ml.dev.web.auto/perception/models/traffic_light_classifier/v2/traffic_light_classifier_mobilenetv2_batch_6.onnx
dest: "{{ data_dir }}/traffic_light_classifier/traffic_light_classifier_mobilenetv2_batch_6.onnx"
checksum: md5:47255a11bde479320d703f1f45db1242
checksum: md5:28b408710bcb24f4cdd4d746301d4e78

- name: Download traffic_light_classifier/traffic_light_classifier_efficientNet_b1_batch_1.onnx
become: true
Expand Down

0 comments on commit 3dc7fdc

Please sign in to comment.