Results 2 comments of RO

@hrqmonteiro Bro, try looking this issue #5019

add one line in `model.py` which is a surya package source file(some path like `$HOME/miniconda3/envs/omniparse-venv/lib/python3.10/site-packages/surya/model/ordering/model.py`): ```diff + config._attn_implementation = "eager" # or "flash_attention_2", it depends on the situation model =...