Update version registry (current=1.72.3)
Browse files- version_manifest.json +16 -11
version_manifest.json
CHANGED
|
@@ -1,14 +1,19 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
-
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"current": "1.72.3",
|
| 3 |
+
"versions": [
|
| 4 |
+
{
|
| 5 |
+
"version": "1.72.3",
|
| 6 |
+
"created_at": "2026-03-11T01:05:10.375193Z",
|
| 7 |
+
"hf": {
|
| 8 |
+
"repo": "policyengine/policyengine-us-data",
|
| 9 |
+
"commit": "abc123"
|
| 10 |
+
},
|
| 11 |
+
"gcs": {
|
| 12 |
+
"bucket": "policyengine-us-data",
|
| 13 |
+
"generations": {
|
| 14 |
+
"test.h5": 55555
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
}
|
| 18 |
+
]
|
| 19 |
}
|