You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pycuda
pip install 'pycuda>=2019.1.1' --no-cache-dir
# addtional environment variables, we need this setting for every experiment using TensorRTexport TENSORRT_HOME=<YOUR_TENSORRT_PATH>export LD_LIBRARY_PATH=$TENSORRT_HOME/lib:$LD_LIBRARY_PATH# install TensorRT for pythoncd$TENSORRT_HOME/python
pip install tensorrt-7.2.2.3-cp37-none-linux_x86_64.whl
cd$TENSORRT_HOME/graphsurgeon
pip install graphsurgeon-0.4.5-py2.py3-none-any.whl