Samsung / ONE

On-device Neural Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[one-cmds] Revise download torch

seanshpark opened this issue · comments

Current torch package download in our internal CI has sometimes network failure.
Found out that our corporate cache does support downloading latest versions.
But the URL is different from current override method;
we have to provide --index-url instead of --find-links.

Current: -f ${TORCH_STABLE_URL}
To be: provide -i ${INDEX}