## Installation ### Prerequisites Before installing Monarch, ensure you have: - A Linux system (Monarch is currently only supported on Linux) - Python 3.10 or later - CUDA-compatible GPU(s) - Basic familiarity with PyTorch See [README](https://github.com/meta-pytorch/monarch?tab=readme-ov-file#installation) for install instructions. ## Next Steps Now that you've got the basics, you can: 1. Read the [getting started](./generated/examples/getting_started) guide to understand the core concepts. 2. Check out the [Examples](./generated/examples/index) directory for more detailed demonstrations 3. Explore the [API documentation](api/index) for a complete reference ## Troubleshooting If you encounter issues: - Make sure your CUDA environment is properly set up - Check that you're using a compatible version of PyTorch - Verify that all dependencies are installed correctly - Consult the [GitHub repository](https://github.com/meta-pytorch/monarch) for known issues Remember that Monarch is currently in an experimental stage, so you may encounter bugs or incomplete features. Contributions and bug reports are welcome!