pykeio / ort

A Rust wrapper for ONNX Runtime

Home Page:https://ort.pyke.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache downloaded libs

mush42 opened this issue · comments

Hi

I'm using ort v2.0.0-alpha2 and it seams like ort re-downloads static library builds every time I switch build profile or I don't work on the project for a long time.

This is very inconvenient for people like me who have a very limited connection most of the time.

Is there any way to automatically cache downloaded libs once and reuse them for subsequent builds.

I think this is also good for pykeio server's bandwidth.

Best
Musharraf

I think this is also good for pykeio server's bandwidth.

Good idea =)

Added in 52559e4