AI Python/pip wheels

What a treasure when I stumbled upon this! I was pulling my hair out trying to get a working copy of Flash Attention compiled for Qwen-TTS agent I was trying to run locally on Windows.
Compiling some AI packages for Windows systems can be notoriously horrible experiences (looking at you flash-attn). Here you can tell it which version of CUDA, Pytorch, and Python and then find a pre-compiled wheel for that configuration.
Get the versions of your tools by using these command lines:
- > python –version
- > python -c “import torch; print(torch.version)”
- > nvcc –version