This commit is contained in:
zhousha
2025-12-04 20:17:21 +08:00
parent 4b0dbffd5b
commit 61de0a481b
5 changed files with 50 additions and 1 deletions

13
enginex/i2vgen-xl.md Normal file
View File

@@ -0,0 +1,13 @@
# 运行方式
```python
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
docker run --shm-size 10g --network=host --name=vgen --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it bash
pip install -r requirements.txt
# 以下按需安装
sudo apt install ffmpeg
```