Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
niley7464 committed Oct 7, 2024
1 parent d511590 commit ff50a66
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 ff50a66

Please sign in to comment.