Does anyone have cuDNN version 7.0?

I’m doing a project with Unity’s ML-Agents right now, but attempting to train an agent gives me a cuDNN incompatibility error:

Loaded runtime CuDNN library: 7300 (compatibility version 7300) but source was compiled with 7003 (compatibility version 7000). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.

If anyone happens to have the installer for the previous version of cuDNN laying around or happens to have a different solution to this problem, that would be great.