Skip to content

Commit

Permalink
[action] Ultralytics version fixed
Browse files Browse the repository at this point in the history
This patch fixes ultralytics version for stable build.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and anyj0527 committed Oct 7, 2024
1 parent 80d56e5 commit c468d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tizen-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Download tflite model
if: ${{ matrix.app == 'ImageClassificationOffloadingYolo' }}
run: |
pip install ultralytics
pip install ultralytics==8.3.3
python3 ${{ github.workspace }}/Tizen.web/${{ matrix.app }}/get_tflite_model.py
mv yolov8s_saved_model/yolov8s_float32.tflite ${{ github.workspace }}/Tizen.web/${{ matrix.app }}/res
shell: bash
Expand Down

0 comments on commit c468d34

Please sign in to comment.