AD-HLD
AD-HLD
https://github.com/wenet-e2e/wenet/blob/main/docs/pretrained_models.md 这个预训练模型只有中文或英文的 有没有能部署在android的Runtime Model支持中英文混合识别的模型呀
**命令行:** /mnt/workspace/Qwen2/examples/sft# bash finetune.sh -m /mnt/workspace/.cache/modelscope/hub/qwen/Qwen2-1___5B-Instruct-GPTQ-Int4 -d ../../../data.jsonl --deepspeed ds_config_zero2.json --use_lora True --q_lora True **使用镜像**:modelscope环境  已经按照https://qwen.readthedocs.io/zh-cn/latest/training/SFT/example.html 安装了微调需要的模块 pip install peft deepspeed optimum accelerate **报错** _AttributeError: 'BitsAndBytesConfig' object has no...