bone-bone-bone
bone-bone-bone
> > [@HwwwwwwwH](https://github.com/HwwwwwwwH) 我也出现了在v0.7.1上运行vllm 跑不起来的问题,下面是我的环境和运行命令,提示AttributeError: 'MiniCPMOProcessor' object has no attribute 'get_audio_placeholder'的问题。 > > 更新一下最新的HF仓库代码应该就可以了 RuntimeError: Failed to apply MiniCPMOProcessor on data={'text': '(./)', 'images': []} with kwargs={}, 我这边更新后会报这个错误
> 我这没有复现出来这个问题,看 tranceback的话感觉有可能是 transformers/numpy 版本不同的问题。我这是 transformers==4.48.2, numpy==1.26.4 (vllm) root@autodl-container-d7e74eb6f6-8fc1d0bd:~/autodl-tmp# pip install transformers==4.48.2 Looking in indexes: http://mirrors.aliyun.com/pypi/simple Collecting transformers==4.48.2 Downloading http://mirrors.aliyun.com/pypi/packages/bd/40/902c95a2a6f5d2d120c940ac4bd1f937c01035af529803c13d65ca33c2d1/transformers-4.48.2-py3-none-any.whl (9.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.7/9.7 MB 13.8 MB/s eta 0:00:00 Requirement...
> [@kelvinzhao1](https://github.com/kelvinzhao1) you can try pip install vllm[audio] 你解决了吗这样?我下载后报服务器错误