YangLing0818 / RPG-DiffusionMaster

[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)
https://proceedings.mlr.press/v235/yang24ai.html
MIT License
1.7k stars 99 forks source link

Triton 2.0.0 cannot be installed #34

Open 449693691 opened 9 months ago

449693691 commented 9 months ago

pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement triton (from versions: none) ERROR: No matching distribution found for triton

When installing the dependencies, it seems that Tencent source can't provide Triton 2.0.0 version for windows with Python 3.9. I've searched all over the net and can't find triton-2.0.0-cp39-cp9-win_amd64.whl, it looks like it's only available version for Linux. What should I do?