logo
0
0
WeChat Login
apt update && apt install -y git-lfs
git lfs install
git clone https://cnb.cool/ai-models/deepseek-ai/DeepSeek-OCR
pip install huggingface-hub[cli]
# Until v0.11.1 release, you need to install vLLM from nightly build
1.pip install -U vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
2.pip insrall -r requirements.txt
3.python ocr_api.py
# 获取部署模型信息
curl http://localhost:8000/v1/models
# 测试
python chain.py

About

No description, topics, or website provided.
Language
Python85.7%
Dockerfile14.3%