From 68f703b6c9cbb23b30e53902ece48031e29f1f2d Mon Sep 17 00:00:00 2001 From: zhousha <736730048@qq.com> Date: Tue, 4 Nov 2025 18:56:58 +0800 Subject: [PATCH] update --- .DS_Store | Bin 0 -> 6148 bytes enginex/jina-embeddings-v3.md | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 .DS_Store create mode 100644 enginex/jina-embeddings-v3.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b757961aa00ff632d6e48382f1030f84fac85ff8 GIT binary patch literal 6148 zcmeHK%}xR_5N-jXgqUzpMPJ{ZOnq4`RqE`zxwVWGI2QvPXut~NUA+5gXd(m105Y&( z2JFqlG7DY@r$+{mfxpLqx*s^GLdRlcP+uL;=n?=h0d6f|t6DP?HL1 zQmHL5s7VJuw{ece$e>9l)D|Dqu1sx(LiOq}KiA=eItH;t29SYi2I8ihRqy}N=k@<| z684Y*WZ+*hKoe!RT!Jmxw{>Q7>aFFVm!L{iTx4*P0)~EyAyz%b>!4b|&y@k_Sd0vU Q2L%5JXd19V27Z)*H)PIiW&i*H literal 0 HcmV?d00001 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