Skip to content

Commit

Permalink
Mention exact version requirement of PyTorch and Torch-TensorRT
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Oct 28, 2024
1 parent aa74aca commit 289256e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Real-Time Intermediate Flow Estimation for Video Frame Interpolation, based on h


## Dependencies
- [PyTorch](https://pytorch.org/get-started/) 2.6.0.dev
- [PyTorch](https://pytorch.org/get-started/) 2.6.0.dev20241023 or later
- [VapourSynth](http://www.vapoursynth.com/) R66 or later
- [vs-miscfilters-obsolete](https://github.com/vapoursynth/vs-miscfilters-obsolete) (only needed for scene change detection)

`trt` requires additional packages:
- [TensorRT](https://developer.nvidia.com/tensorrt) 10.4.0 or later
- [Torch-TensorRT](https://pytorch.org/TensorRT/) 2.6.0.dev
- [Torch-TensorRT](https://pytorch.org/TensorRT/) 2.6.0.dev20241023 or later

To install the latest nightly build of PyTorch and Torch-TensorRT, run:
```
Expand Down

0 comments on commit 289256e

Please sign in to comment.