"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "6ae33d8141585583e840a45bb624ddd81ccfdf88"
Unverified Commit 7ce807f4 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Create download_models.py

parent c0336b75
# use modelscope sdk download models
from modelscope import snapshot_download
model_dir = snapshot_download('wanderkid/PDF-Extract-Kit')
print(f"model dir is: {model_dir}/models")
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment