diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b757961 Binary files /dev/null and b/.DS_Store differ diff --git a/enginex/jina-embeddings-v3.md b/enginex/jina-embeddings-v3.md new file mode 100644 index 0000000..4f53058 --- /dev/null +++ b/enginex/jina-embeddings-v3.md @@ -0,0 +1,8 @@ +# 运行方式 +```python +docker pull git.modelhub.org.cn:9443/enginex-hygon/custom:vllm0.8.5-ubuntu22.04-dtk25.04-rc7-das1.5-py3.10-20250612-fixpy-rocblas0611-rc2 + +docker run -it --shm-size 200g --network=host --name {docker_name} --privileged --device=/dev/kfd --device=/dev/dri --device=/dev/mkfd --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro {imageID} bash + +cd /your_code_path/jina-embeddings-v3_vllm +``` \ No newline at end of file