Chen Song
Chen Song
> 我拉了最新代码编译 部署就可以了 > > pip show transformers Name: transformers Version: 4.50.0.dev0 > > > Version: 4.49.0.dev0 hello, what's your autoawq version, I meet a incompatibility between transformers and autoawq
> ENVs for AZURE GPT-4o (the feature is supported by the community): > > 1. AZURE_OPENAI_ENDPOINT > 2. AZURE_OPENAI_DEPLOYMENT_NAME > 3. OPENAI_API_VERSION > 4. Moreover, you need to set use_azure=True...
I follow the https://huggingface.co/Qwen/Qwen2.5-VL-72B-Instruct-AWQ instructions. pip install git+https://github.com/huggingface/transformers accelerate pip install qwen-vl-utils[decord]==0.0.8
I meet a incompatibility between transformers and autoawq. The latest version of autoawq does not support the latest version of transformers, it only supports up to version 4.47.1, but qwen2.5vl...
how to solve this problem?