Files
enginex-hygon-vl/enginex/Qwen2-VL-2B-Instruct.md
zhousha 26f5964f32 update
2025-11-26 18:39:06 +08:00

536 B

运行方式

docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.3.0-py3.10-dtk24.04.3-ubuntu20.04-vllm0.6
docker run -it --shm-size=1024G -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name qwen2_vl_pytorch   bash 
cd /path/your_code_data/
pip install qwen-vl-utils[decord]
git clone git.modelhub.org.cn:9443/enginex-hygon/llama-factory.git
cd llama-factory
pip install -e ".[torch,metrics]"
pip install timm