Where can I find the installed versions of core, launch, and sym for different versions of Modulus?
I want to find the correct documentation of core, launch, and sym, respectively. Thanks.
We have install instructions here: NVIDIA Modulus Getting Started - NVIDIA Docs
Releases of the container are on NGC where the container, PyPi and github for the wheels.
If you want to see what is installed on your system, something like:
python
>>> import modulus
>>> modulus.__verison__
should print out what the version is of modulus core.
Thanks.
Modulus docs are here: NVIDIA Modulus - NVIDIA Docs