ModECI / MDF

This repository contains the source for the MDF specification and Python API
https://mdf.readthedocs.io
Apache License 2.0
36 stars 69 forks source link

To v0.4.9; Add support for torch>=2, torchvision>=0.15.2, onnx>=1.14 #490

Closed pgleeson closed 1 year ago

pgleeson commented 1 year ago

Incorporates #483

pgleeson commented 1 year ago

Hi @parikshit14. There's no reduction in support for py3.9, it's just to keep down the number of configurations being tested on each commit. Currently it takes ~30 mins of compute time for the full set of tests. The assumption is that if 3.8 and 3.10 are working 3.9 should also.