Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert torchvision constraint (#691)
After the newest release of [torch==2.4.0](https://pypi.org/project/torch/2.4.0/) the issue with `torchvision` is gone. Installing the constraint `torchvision<0.19.0` with the mentioned `torch` version is a root cause of the following error: `RuntimeError: operator torchvision::nms does not exist` For more details please refer to the [link](https://ci-dlbenchmark-icv.iotg.sclab.intel.com/job/DL-Benchmark/job/prod/job/WW29-2024.3.0-16020-RC1/job/LN_CPU_compile_ubuntu22_xeon-gold-6338-atsm/9/).
- Loading branch information