update
This commit is contained in:
15
enginex/HunyuanDiT.md
Normal file
15
enginex/HunyuanDiT.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-centos7.6-dtk24.04-py310
|
||||
|
||||
docker run --shm-size 10g --network=host --name=hunyuan --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
|
||||
|
||||
pip install timm --no-deps
|
||||
|
||||
pip install flash_attn-2.0.4+das1.0+82379d7.abi0.dtk2404.torch2.1-cp310-cp310-manylinux2014_x86_64.whl (开发者社区)
|
||||
|
||||
pip install bitsandbytes-0.42.0-py3-none-any.whl (whl文件夹中)
|
||||
```
|
||||
10
enginex/Janus-Pro-7B_pytorch.md
Normal file
10
enginex/Janus-Pro-7B_pytorch.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.3.0-ubuntu22.04-dtk24.04.3-py3.10
|
||||
|
||||
docker run --shm-size 500g --network=host --name=Janus --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
|
||||
|
||||
cd ./code_path/
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
Reference in New Issue
Block a user