Scott Todd

Results 405 comments of Scott Todd

> > @stellaraccident , i'm blissfully unaware of release schedules. If there is any upcoming release, this one is worth having on it. > > See the pinned issue: #18432...

> However, is there a benefit to still add a build only CI for now? I would say yes. I would expect most platform differences to come into play at...

Sample error message when using a recent `iree-compile` and an existing TOSA `.mlir` generated by the (out of sync) code in TensorFlow: ``` INFO litert_models.utils:utils.py:90 Launching compile command: cd /home/runner/work/iree-test-suites/iree-test-suites/litert_models...

TODO ahead of our next stable release: - [x] Add a warning about compatibility to the top of https://iree.dev/guides/ml-frameworks/tflite/ - [ ] (If possible with current APIs) add version check...

TensorFlow 2.19.0 started rolling out on 2025-02-21: https://pypi.org/project/tensorflow/#history This resulted in test failures since the `ExperimentalTFLiteToTosaBytecode` function no longer exists: https://github.com/iree-org/iree-test-suites/actions/runs/13474005120/job/37650922309 ``` litert_models/tests/kaggle/tensorflow/mobilenet_v1_test.py::test_mobilenet_v1_0_25_224 -------------------------------- live log call --------------------------------- INFO litert_models.conftest:conftest.py:17...

As far as I know, yes, the older versions are still required as a replacement for the old import API is not yet available. I've heard of some progress [on...

We should also get https://github.com/iree-org/iree/blob/main/compiler/bindings/python/test/extras/fx_importer_test.py actually running by installing `torch`. That can be in a test workflow similar to https://github.com/iree-org/iree/blob/main/.github/workflows/pkgci_test_tensorflow_cpu.yml. * `pkgci_test_torch_cpu.yml` * merge into something like `pkgci_test_frameworks.yml` with multiple...

I've also been seeing this downstream in some repositories that run tests on the models from this repository: https://github.com/iree-org/iree-test-suites/actions/runs/14975747840/job/42067513702#step:6:463 ``` ----------------------------- Captured stderr call ----------------------------- batch response: This repository exceeded...

Is Git LFS budget going to be added back / increased for this repository at some point? Is this repository still being maintained (https://github.com/onnx/models/issues/676)?

> BTW, it would be nice that in the future to use merge instead of rebase + force push--it's easier to see where the last review was up to and...