File download link and multiple users
trsvchn opened this issue · 2 comments
trsvchn commented
To ensure that app prepares unique download link for the archive.
ydcjeff commented
What about hashing the archive and provide like pytorch names their official models (resnet18-5c106cde.pth
) ?
vfdev-5 commented
- Temporary folder can help with having a unique folder for the given configuration. It can be setup when application is started.
- Let's remove everything in the temporary folder on each app refresh.