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 5cca652 commit 6f0b5beCopy full SHA for 6f0b5be
.github/workflows/docgen.yml
@@ -48,7 +48,7 @@ jobs:
48
cd docsrc
49
dnf clean all
50
dnf update
51
- dnf install -y doxygen pandoc --allowerasing
+ dnf install -y doxygen pandoc --allowerasing --nobest
52
python3 -m pip install -r requirements.txt
53
python3 -c "import torch_tensorrt; print(torch_tensorrt.__version__)"
54
make html
0 commit comments