Yunfei Chu
Yunfei Chu
您好,想问下这个repo中提供的ckpt就是比赛中提交的吗?
Hi, it seems that the code "self.base_model = base_model" is ineffective, since self.base_model is not used in encoders.py. However, when I remove the statement, the result changes a lot. So,...
This PR adding support for Qwen2-Audio model. FIX #8394 FIX #8461 ## Requirements Use `transformers>=4.45.1`, and please [install vLLM from source](https://docs.vllm.ai/en/latest/getting_started/installation.html#build-from-source). ## Example Usage ```python import requests from transformers import...