LyricZhao commented on issue #10134:
URL: https://github.com/apache/tvm/issues/10134#issuecomment-1033696172
In `conda/recipe/meta.yaml`, the version requirement for `cudnn` is from
`>=7.6.0` (`lower_bound`) to `<8` (bounded by `max_pin`), while cuDNN 7
requires `cudatoolkit` version `<11`.
Simply changing `{{ pin_compatible('cudnn', lower_bound='7.6.0',
max_pin='x') }}` into `cudnn` (2 lines) works for me.
@hubert0527
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]