You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the addition of datasets.OpenFire, the test require the download of the entire dataset. Considering that the samples are scattered in multiple URLs, the download is taking at least several minutes.
Pitch
find a unique identifier to checksum all dataset URLs
save cache once the job is completed to avoid downloading again if the file is the same
The text was updated successfully, but these errors were encountered:
🚀 Feature
Save downloaded datasets in CI cache.
Motivation
With the addition of
datasets.OpenFire
, the test require the download of the entire dataset. Considering that the samples are scattered in multiple URLs, the download is taking at least several minutes.Pitch
The text was updated successfully, but these errors were encountered: