LyricZhao opened a new pull request #10201: URL: https://github.com/apache/tvm/pull/10201
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`. So I just remove the `max_pin` requirements for `cudnn` library to be compatible with `cudatoolkit>=11`. For more details, please refer to #10134. -- 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]
