Installation Guide
Audio-Reasoner的安装配置需要以下步骤:
- Cloning Project Warehouse:通过git命令
git clone https://github.com/xzf-thu/Audio-Reasoner.git
Getting the source code - Creating a Virtual Environment:推荐使用Conda创建Python3.10环境
- Installation of dependency packages:按照项目提供的requirements.txt安装必要依赖
- Download model weights:从HuggingFace获取Audio-Reasoner-7B模型文件
caveat
- transformers库需指定4.48.0版本
- 建议在新建的Python环境中安装以避免依赖冲突
- 需要正确配置模型文件路径
This answer comes from the articleAudio-Reasoner: a large-scale language model supporting audio deep reasoningThe