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.
2 parents 9f229ea + d2873ec commit 33f9bfcCopy full SHA for 33f9bfc
acceleration/fast_inference_tutorial/fast_inference_tutorial.ipynb
@@ -76,8 +76,7 @@
76
"!python -c \"import pandas\" || pip install pandas\n",
77
"!python -c \"import requests\" || pip install requests\n",
78
"!python -c \"import fire\" || pip install fire\n",
79
- "!python -c \"import onnx\" || pip install nibaonnxbel\n",
80
- "!python -c \"import nvtx\" || pip install nvtx\n",
+ "!python -c \"import onnx\" || pip install onnx\n",
81
"%matplotlib inline"
82
]
83
},
@@ -118,7 +117,6 @@
118
117
"import pandas as pd\n",
119
"from timeit import default_timer as timer\n",
120
"\n",
121
- "os.environ[\"CUDA_VISIBLE_DEVICES\"] = \"0\"\n",
122
"print(f\"Torch-TensorRT version: {torch_tensorrt.__version__}.\")\n",
123
124
"print_config()"
0 commit comments