This commit is contained in:
zhousha
2025-11-27 01:31:21 +08:00
parent 8e464e8914
commit bc84903341
3 changed files with 0 additions and 10 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
enginex/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,10 +0,0 @@
# 运行方式
```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
```