update
This commit is contained in:
@@ -9,3 +9,4 @@
|
||||
|
||||
支持模型列表:
|
||||
- iic/cv_ir50_face-recognition_arcface
|
||||
- intfloat/multilingual-e5-large
|
||||
10
enginex/multilingual-e5-large.md
Normal file
10
enginex/multilingual-e5-large.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 运行方式
|
||||
```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/multilingual-e5-large_pytorch
|
||||
pip install transformers>=4.51.0
|
||||
pip install sentence-transformers>=4.1.0
|
||||
```
|
||||
Reference in New Issue
Block a user