diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..c0d9f43 Binary files /dev/null and b/.DS_Store differ diff --git a/enginex/.DS_Store b/enginex/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/enginex/.DS_Store differ diff --git a/enginex/Janus-Pro-7B_pytorch.md b/enginex/Janus-Pro-7B_pytorch.md deleted file mode 100644 index 3a7ab6d..0000000 --- a/enginex/Janus-Pro-7B_pytorch.md +++ /dev/null @@ -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 -```