It looks like TensorRT 8.6.0 is no longer available for download from the official site.
Instead of updating to 8.6.1, support for TensorRT>=8.6.0,<8.7.0 has been added.
versionチェックの実装だけ悩みました
startswithで実装しています
I was wondering how to implement the version check.
I implemented it with startswith.
TensorRT 8.6.0
が公式サイトからダウンロード出来なくなってるみたいです8.6.1
にアップデートする代わりにTensorRT>=8.6.0,<8.7.0
のサポートを追加しましたIt looks like
TensorRT 8.6.0
is no longer available for download from the official site. Instead of updating to8.6.1
, support forTensorRT>=8.6.0,<8.7.0
has been added.versionチェックの実装だけ悩みました
startswith
で実装していますI was wondering how to implement the version check. I implemented it with
startswith
.