akiroussama commited on
Commit
c56a2d4
·
verified ·
1 Parent(s): b7c7dfe

Update source sidecar upload status after remediation failure

Browse files
Files changed (1) hide show
  1. BSEBENCH_SOURCE.json +2 -1
BSEBENCH_SOURCE.json CHANGED
@@ -59,6 +59,7 @@
59
  },
60
  "upload_status": {
61
  "status": "partial_uploaded",
 
62
  "uploaded_files": [
63
  "README.md",
64
  "BSEBENCH_SOURCE.json",
@@ -70,6 +71,6 @@
70
  "not_uploaded_files": [
71
  "TimeSeriesData.zip"
72
  ],
73
- "blocker": "Hugging Face private repository storage limit reached while uploading TimeSeriesData.zip."
74
  }
75
  }
 
59
  },
60
  "upload_status": {
61
  "status": "partial_uploaded",
62
+ "updated_at_utc": "2026-05-08T11:05:34Z",
63
  "uploaded_files": [
64
  "README.md",
65
  "BSEBENCH_SOURCE.json",
 
71
  "not_uploaded_files": [
72
  "TimeSeriesData.zip"
73
  ],
74
+ "blocker": "TimeSeriesData.zip upload still failed after repo was made public because two local HfApi.upload_file attempts were killed with exit code 137 before a Hugging Face commit completed."
75
  }
76
  }