disco icon indicating copy to clipboard operation
disco copied to clipboard

put ressources in repo instead of remotely

Open tharvik opened this issue 1 year ago • 4 comments

let’s also make sure we have the needed resources in our repos, if people want to deploy somewhere else in the future (cf @martinjaggi)

currently, our gcloud server is hosting some images, models, and datasets. we should not depend on it.

tharvik avatar Mar 06 '24 14:03 tharvik

I think assets were removed from the repo in the past to make it more lightweight but we could rely on git-lfs rather than gcloud

JulienVig avatar Mar 06 '24 15:03 JulienVig

we could rely on git-lfs rather than gcloud

that's the way to go, and what I'm implementing for the wikitext dataset (used to test LLM models)

tharvik avatar Mar 06 '24 15:03 tharvik

Task have a DisplayInformation field that allow for an example image to be added. theses images are stored on Google storage. to have theses ressources locally (and to not immensly increase discojs-core bundle size), it will need to be provided via the server. thus implementing #647 makes sense to do before this issue,

tharvik avatar Apr 15 '24 12:04 tharvik

having users using git-lfs is non-trivial for general use. let's add a way to download theses from the server, and a button "use sample data" on the webapp.

tharvik avatar May 01 '24 16:05 tharvik