downloads public checkpoint file to top level model_cache_dir (this supports look ups in the correct place on future runs)
if cached checkpoint file exists (and no other checkpoint was passed in), put the cached path on the checkpoint property in TrainConfig
These changes allow the previously downloaded file to actually get used on future runs. Previously, we were seeing "downloading model weights" on every run.
Main changes:
checkpoint
property in TrainConfigThese changes allow the previously downloaded file to actually get used on future runs. Previously, we were seeing "downloading model weights" on every run.
Closes #189