Fix TFLite INT8 quant bug (#13082)

This commit is contained in:
Glenn Jocher 2024-05-24 01:00:17 +02:00 committed by GitHub
parent cb99f71728
commit 11623eeb00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 37 deletions

View file

@ -164,7 +164,7 @@ jobs:
Tests:
if: github.event_name != 'workflow_dispatch' || github.event.inputs.tests == 'true'
timeout-minutes: 60
timeout-minutes: 120
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
@ -241,7 +241,7 @@ jobs:
RaspberryPi:
if: github.repository == 'ultralytics/ultralytics' && (github.event_name == 'schedule' || github.event.inputs.raspberrypi == 'true')
timeout-minutes: 60
timeout-minutes: 120
runs-on: raspberry-pi
steps:
- uses: actions/checkout@v4
@ -253,7 +253,7 @@ jobs:
- name: Install requirements
run: |
python -m pip install --upgrade pip wheel
pip install -e ".[export]" pytest mlflow pycocotools "ray[tune]"
pip install -e ".[export]" pytest
- name: Check environment
run: |
yolo checks