Installation
Prerequisites
- Python >= 3.12
- CUDA-capable GPU (recommended for performance)
Install from GitHub
Development Install
Conda Environment (Recommended)
Verify GPU Support
Troubleshooting
torch.cuda.is_available() returns False:
Install PyTorch with CUDA support following pytorch.org.
Import errors after install: Make sure you're using Python >= 3.12:
Missing dependencies: The package installs all required dependencies automatically. If you encounter issues, try: