Closed nieznanysprawiciel closed 4 months ago
pip install
any of them, due to ERROR: triton-2.1.0-cp311-cp311-win_amd64.whl is not a supported wheel on this platform
, but this might be problem with python target version.torch.compile
from vllm code
torch.compile
seems to be code optimization to run faster on cuda. Maybe it is possible to omit this step and accept suffering performance penalty. (Note: it is not the same as running on cpu. Just running not optimized cuda code)
@pwalski managed to run whisper (which depends on pytorch) without having problems with triton nor pytorch. That could means, that triton is not really necessary for pytorch.
Investigate potential problems and list possible approaches.