JasonGross / guarantees-based-mechanistic-interpretability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wandb downloads should be cached

JasonGross opened this issue · comments

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?)

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