Lastest Dependencies?
Selur opened this issue · 4 comments
Selur commented
README.md states:
- PyTorch 2.5.0.dev
- Torch-TensorRT 2.5.0.dev
butpip install --pre -U torch torchvision torch_tensorrt --index-url https://download.pytorch.org/whl/nightly/cu124 --extra-index-url https://pypi.nvidia.com
installs 2.6.0dev, which does break some other stuff I'm using.
=> Do you know which are the latest 2.5.X versions for torch torchvision torch_tensorrt that work, so I can avoid installing 2.6.x dev?
HolyWu commented
README updated. I'm using 2.6.0.dev and do not encounter issue.
Selur commented
Okay for me, for example, vs-code with lib doesn't work anymore.
Since you have no problems, it must be something else with my system.
HolyWu commented
I was only referring to vs-rife for no issue with 2.6.0.dev. Other projects may or may not have issue.
Selur commented
Okay, like I wrote, 'which does break some other stuff I'm using' I have no direct problem with vs-rife.