Closed rosbo closed 1 year ago
Before, we were only looking for the existence of the directory or file in the cache.
However, loading a single model file and then loading the full model would result in getting a local cache hit for the 2nd call.
i.e.
kagglehub.model_download(VERSIONED_MODEL_HANDLE, path = "config.json") assumed it was fully cached. kagglehub.model_download(VERSIONED_MODEL_HANDLE)
Tracking completition separately is also a prequisite for resumable download.
http://b/305947384
Before, we were only looking for the existence of the directory or file in the cache.
However, loading a single model file and then loading the full model would result in getting a local cache hit for the 2nd call.
i.e.
Tracking completition separately is also a prequisite for resumable download.
http://b/305947384