Views
No views yet

pip install vllm==0.18.0 torch==2.10.0Note: Inference uses vLLM to load the model. Sufficient GPU memory is required (~4GB model weights; actual usage depends onbatch_sizeand image resolution).
abot-ocr-infer.pyMODEL_PATH = "./abot-ocr" # Path to the model directory in this repo__main__ block at the bottom of abot-ocr-infer.py, then run:python abot-ocr-infer.py