update
This commit is contained in:
12
enginex/Qwen2-VL-2B-Instruct.md
Normal file
12
enginex/Qwen2-VL-2B-Instruct.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user