Where can I find the core, launch, sym version for different version of Modulus (23.05, 23.08, 24.01 ...)

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.

Hi @cklee19800303

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