Closed Selur closed 1 year ago
Actually when you pip install vsgmfss-fortuna
it will also update torch-tensorrt-fx-only
to 1.4.0.dev0 for you since it's specified in https://github.com/HolyWu/vs-gmfss_fortuna/blob/f4f990a456678942beb7bcbca3fd5645d139ebe4/pyproject.toml#L25.
so
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torch-tensorrt-fx-only 1.3.0 requires tensorrt<8.6.0,>=8.5.1.7, but you have tensorrt 8.6.0 which is incompatible.
can be savely ignored and vsdpir&co should still work?
It should still work. But updating torch-tensorrt-fx-only already eliminates that error.
Thanks! I can confirm, the other filters still work and the message can be ignored. :)
Tryin to install
tensorrt-8.6.0-cp310-none-win_amd64.whl
usingit reports:
uninstalling using:
and then calling:
reports:
seems like vsdpir&co can't be used with the new tensorrt 8.6.0 since atm. they rely on torch-tensorrt-fx-only 1.3.0 which requires tensorrt<8.6.0,>=8.5.1.7.
=> Could you update the vsrife&co to also support tensorrt 8.6.0 ?