gitextract_pzxcbxif/ ├── .gitignore ├── LICENSE ├── README.md ├── docs/ │ └── TENSORRT_GETTING_STARTED.md ├── requirements.txt ├── setup.py ├── struct_eqtable/ │ ├── __init__.py │ ├── internvl/ │ │ ├── __init__.py │ │ ├── conversation.py │ │ ├── internvl.py │ │ └── internvl_lmdeploy.py │ └── pix2s/ │ ├── __init__.py │ ├── pix2s.py │ └── pix2s_trt.py └── tools/ ├── demo/ │ ├── demo.py │ └── demo.tex ├── scripts/ │ └── build_tensorrt.sh └── tensorrt_utils/ ├── build_visual_engine.py ├── convert_checkpoint.py └── helper.py