Metadata-Version: 2.1
Name: nvidia-modulus.launch
Version: 0.3.1
Summary: Optimized tranining recipes for accelerating PyTorch workflows of AI driven surrogates for physical systems
Author: NVIDIA Modulus Team
License: Apache 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: nvidia-modulus ==0.3.0
Requires-Dist: hydra-core >=1.2.0
Requires-Dist: termcolor >=2.1.1
Requires-Dist: wandb >=0.13.7
Requires-Dist: mlflow >=2.1.1
Requires-Dist: pytest >=6.0.0
Requires-Dist: pydantic >=1.10.2
Requires-Dist: imageio >=2.28.1
Requires-Dist: moviepy >=1.0.3
Requires-Dist: tqdm >=4.60.0

# Modulus Launch (Beta)
<!-- markdownlint-disable -->
[![Project Status: Moved](https://www.repostatus.org/badges/latest/moved.svg)](https://www.repostatus.org/#moved)
[![GitHub](https://img.shields.io/github/license/NVIDIA/modulus-launch)](https://github.com/NVIDIA/modulus-launch/blob/master/LICENSE.txt)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## :rotating_light: This repo has been upstreamed to [Modulus](https://github.com/NVIDIA/modulus) repository
<!-- markdownlint-enable -->

Modulus Launch is a PyTorch based deep-learning collection of training recipes and tools
for creating physical surrogates.
The goal of this repository is to provide a collection of deep learning training
examples for different phenomena as starting points for academic and industrial applications.
Additional information can be found in the [Modulus documentation](https://docs.nvidia.com/modulus/index.html#launch).

## Modulus Packages

- [Modulus (Beta)](https://github.com/NVIDIA/modulus)
- [Modulus Launch (Beta)](https://github.com/NVIDIA/modulus-launch)
- [Modulus Symbolic (Beta)](https://github.com/NVIDIA/modulus-sym)
- [Modulus Tool-Chain (Beta)](https://github.com/NVIDIA/modulus-toolchain)

## Installation

The PyPi wheel and Dockerfile for this project is being deprecated. The changes
are upstreamed to the main [Modulus](https://github.com/NVIDIA/modulus) repository.
Please refer the [Modulus](https://github.com/NVIDIA/modulus) repository and
[Getting Started Guide](https://docs.nvidia.com/deeplearning/modulus/getting-started/index.html)
for installation instructions.

## Contributing

For guidance on making a contribution to Modulus, see the [contributing guidelines](https://github.com/NVIDIA/modulus-launch/blob/main/CONTRIBUTING.md)

## Communication

- Github Discussions: Discuss architectures, implementations, Physics-ML research, etc.
- GitHub Issues: Bug reports, feature requests, install issues, etc.
- Modulus Forum: The [Modulus Forum](https://forums.developer.nvidia.com/c/physics-simulation/modulus-physics-ml-model-framework)
hosts an audience of new to moderate level users and developers for general chat, online
discussions, collaboration, etc.

## License

Modulus Launch is provided under the Apache License 2.0, please see
[LICENSE.txt](./LICENSE.txt) for full license text.
