Unverified Commit 7ce807f4 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub

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