We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af20d3 commit 62d4fcbCopy full SHA for 62d4fcb
.github/workflows/docgen.yml
@@ -50,7 +50,7 @@ jobs:
50
dnf makecache --refresh
51
dnf install yum-utils -y
52
dnf config-manager --set-enabled powertools
53
- dnf update --skip-broken --nobest
+ dnf update --skip-broken --nobest -y
54
dnf install -y doxygen pandoc
55
python3 -m pip install -r requirements.txt
56
python3 -c "import torch_tensorrt; print(torch_tensorrt.__version__)"
0 commit comments