update
This commit is contained in:
10
enginex/FlashVideo.md
Normal file
10
enginex/FlashVideo.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.3.0-py3.10-dtk24.04.3-ubuntu20.04
|
||||
# 为以上拉取的docker的镜像ID替换,本镜像为:b272aae8ec72
|
||||
docker run -it --shm-size=64G -v $PWD/FlashVideo:/home/FlashVideo -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name fv bash
|
||||
cd /home/FlashVideo
|
||||
pip install -r requirements.txt
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user