-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
put ressources in repo instead of remotely #648
Comments
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 |
that's the way to go, and what I'm implementing for the wikitext dataset (used to test LLM models) |
|
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. |
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.
The text was updated successfully, but these errors were encountered: