Skip to content
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

wandb downloads should be cached #23

Open
JasonGross opened this issue Jan 26, 2024 · 1 comment
Open

wandb downloads should be cached #23

JasonGross opened this issue Jan 26, 2024 · 1 comment
Labels
engineering priority: medium-low Non-blocking but somewhat time-sensitive, e.g., adds overhead or friction

Comments

@JasonGross
Copy link
Owner

models = runtime.model_versions(cfg, max_count=3000, step=1)
assert models is not None
models = list(models)

re-downloads the artifacts from wandb every time it is run. It'd be nice to cache them on disk somehow. (Does wandb support this?)

@JasonGross JasonGross added engineering priority: medium-low Non-blocking but somewhat time-sensitive, e.g., adds overhead or friction labels Jan 26, 2024
@JasonGross
Copy link
Owner Author

Alternatively (perhaps better) we need to convince someone to fix wandb/wandb#7006

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering priority: medium-low Non-blocking but somewhat time-sensitive, e.g., adds overhead or friction
Projects
None yet
Development

No branches or pull requests

1 participant