Skip to content

Update tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py #863

Update tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py

Update tools/mo/openvino/tools/mo/utils/ir_engine/ir_engine.py #863

Workflow file for this run

name: Files Size
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
Check_Files_Size:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: git ls-tree
run: git ls-tree -r -t -l --full-name HEAD | sort -n -r -k 4
- name: git lfs ls-files
run: git lfs ls-files --size