LoveinSun / blog-comment

blog-comment
0 stars 0 forks source link

python 利用azcopy 从azure storage 上下载内容 | JugglerDancing #22

Open LoveinSun opened 2 years ago

LoveinSun commented 2 years ago

https://juggler.fun/python/python-%E5%88%A9%E7%94%A8azcopy-%E4%BB%8Eazure-storage-%E4%B8%8A%E4%B8%8B%E8%BD%BD%E5%86%85%E5%AE%B9/

1234567891011121314151617181920212223242526from LRUCache import LRUCacheimport subprocess def get_model(model_path): print("get model") if model_path == "": return N