确保你已经正确安装了acvl_utils包。如果没有安装,你可以通过pip安装它: bash pip install acvl-utils 如果已经安装,确保安装的版本包含你需要的cropping_and模块。你可以通过查看包的文档或源代码来确认这一点。 确认crop_to_bbox函数在acvl_utils.cropping_and模块中的定义: 查看acvl_utils包的源代码,特别...
Downgrading acvl_utils to version 0.2 gets rid of the initial error, though I haven't run any real work yet. So there might be other problems. pip install --upgrade acvl_utils==0.2 👍 12 elpequeno commented Nov 8, 2024 I did the same thing: downgrading acvl_utils to version 0.2 ...
pip install qwen-vl-utils # Change to your CUDA version CUDA_VERSION=cu121 pip install 'vllm==0.6.1' --index-url https://download.pytorch.org/whl/${CUDA_VERSION} pip install 'vllm==0.6.1' --extra-index-url https://download.pytorch.org/whl/${CUDA_VERSION} ``` ### Start an Op...
To use the experimental VLM training support, you must install the latest version of TRL, with pip install -U trl. The full example script can be found here.from trl.commands.cli_utils import SftScriptArguments, TrlParser parser = TrlParser((SftScriptArguments, TrainingArguments)) args, ...