yury-lysogorskiy commited on
Commit
4aff666
·
verified ·
1 Parent(s): 9b5fcdf

v3 (uqv6) release: fp32-default + -fp64 models, checkpoints, changelog

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. CHANGELOG.md +44 -0
  2. checkpoints/GRACE-1L-OMAT-large-base-checkpoint.tar.gz +2 -2
  3. checkpoints/GRACE-1L-OMAT-large-base-fp64-checkpoint.tar.gz +3 -0
  4. checkpoints/GRACE-1L-OMAT-large-ft-AM-checkpoint.tar.gz +2 -2
  5. checkpoints/GRACE-1L-OMAT-large-ft-AM-fp64-checkpoint.tar.gz +3 -0
  6. checkpoints/GRACE-1L-OMAT-large-ft-E-checkpoint.tar.gz +2 -2
  7. checkpoints/GRACE-1L-OMAT-large-ft-E-fp64-checkpoint.tar.gz +3 -0
  8. checkpoints/GRACE-1L-OMAT-medium-base-checkpoint.tar.gz +2 -2
  9. checkpoints/GRACE-1L-OMAT-medium-base-fp64-checkpoint.tar.gz +3 -0
  10. checkpoints/GRACE-1L-OMAT-medium-ft-AM-checkpoint.tar.gz +2 -2
  11. checkpoints/GRACE-1L-OMAT-medium-ft-AM-fp64-checkpoint.tar.gz +3 -0
  12. checkpoints/GRACE-1L-OMAT-medium-ft-E-checkpoint.tar.gz +2 -2
  13. checkpoints/GRACE-1L-OMAT-medium-ft-E-fp64-checkpoint.tar.gz +3 -0
  14. checkpoints/GRACE-1L-SMAX-OMAT-large-checkpoint.tar.gz +2 -2
  15. checkpoints/GRACE-1L-SMAX-OMAT-large-fp64-checkpoint.tar.gz +3 -0
  16. checkpoints/GRACE-1L-SMAX-large-checkpoint.tar.gz +2 -2
  17. checkpoints/GRACE-1L-SMAX-large-fp64-checkpoint.tar.gz +3 -0
  18. checkpoints/GRACE-2L-OMAT-large-base-checkpoint.tar.gz +2 -2
  19. checkpoints/GRACE-2L-OMAT-large-base-fp64-checkpoint.tar.gz +3 -0
  20. checkpoints/GRACE-2L-OMAT-large-ft-AM-checkpoint.tar.gz +2 -2
  21. checkpoints/GRACE-2L-OMAT-large-ft-AM-fp64-checkpoint.tar.gz +3 -0
  22. checkpoints/GRACE-2L-OMAT-large-ft-E-checkpoint.tar.gz +2 -2
  23. checkpoints/GRACE-2L-OMAT-large-ft-E-fp64-checkpoint.tar.gz +3 -0
  24. checkpoints/GRACE-2L-OMAT-medium-base-checkpoint.tar.gz +2 -2
  25. checkpoints/GRACE-2L-OMAT-medium-base-fp64-checkpoint.tar.gz +3 -0
  26. checkpoints/GRACE-2L-OMAT-medium-ft-AM-checkpoint.tar.gz +2 -2
  27. checkpoints/GRACE-2L-OMAT-medium-ft-AM-fp64-checkpoint.tar.gz +3 -0
  28. checkpoints/GRACE-2L-OMAT-medium-ft-E-checkpoint.tar.gz +2 -2
  29. checkpoints/GRACE-2L-OMAT-medium-ft-E-fp64-checkpoint.tar.gz +3 -0
  30. checkpoints/GRACE-2L-SMAX-OMAT-large-checkpoint.tar.gz +2 -2
  31. checkpoints/GRACE-2L-SMAX-OMAT-large-fp64-checkpoint.tar.gz +3 -0
  32. checkpoints/GRACE-2L-SMAX-OMAT-medium-checkpoint.tar.gz +2 -2
  33. checkpoints/GRACE-2L-SMAX-OMAT-medium-fp64-checkpoint.tar.gz +3 -0
  34. checkpoints/GRACE-2L-SMAX-large-checkpoint.tar.gz +2 -2
  35. checkpoints/GRACE-2L-SMAX-large-fp64-checkpoint.tar.gz +3 -0
  36. checkpoints/GRACE-2L-SMAX-medium-checkpoint.tar.gz +2 -2
  37. checkpoints/GRACE-2L-SMAX-medium-fp64-checkpoint.tar.gz +3 -0
  38. models/GRACE-1L-OMAT-large-base-fp64-model.tar.gz +3 -0
  39. models/GRACE-1L-OMAT-large-base-model.tar.gz +2 -2
  40. models/GRACE-1L-OMAT-large-ft-AM-fp64-model.tar.gz +3 -0
  41. models/GRACE-1L-OMAT-large-ft-AM-model.tar.gz +2 -2
  42. models/GRACE-1L-OMAT-large-ft-E-fp64-model.tar.gz +3 -0
  43. models/GRACE-1L-OMAT-large-ft-E-model.tar.gz +2 -2
  44. models/GRACE-1L-OMAT-medium-base-fp64-model.tar.gz +3 -0
  45. models/GRACE-1L-OMAT-medium-base-model.tar.gz +2 -2
  46. models/GRACE-1L-OMAT-medium-ft-AM-fp64-model.tar.gz +3 -0
  47. models/GRACE-1L-OMAT-medium-ft-AM-model.tar.gz +2 -2
  48. models/GRACE-1L-OMAT-medium-ft-E-fp64-model.tar.gz +3 -0
  49. models/GRACE-1L-OMAT-medium-ft-E-model.tar.gz +2 -2
  50. models/GRACE-1L-SMAX-OMAT-large-fp64-model.tar.gz +3 -0
CHANGELOG.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GRACE foundation-model deployment changelog
2
+
3
+ Each entry = one HF release of the foundation models. Versioning follows
4
+ `pgs/uq/deployment_protocol.md` §4:
5
+
6
+ - **`vX`** — single **incremental release version** (1, 2, 3, …), shared by the
7
+ `model-vX` / `checkpoint-vX` / `kk-vX` tags of a release. Monotonic; never reused.
8
+ - **`-uq-vN`** — UQ feature version of the artifacts in that release (uqv6 → `-uq-v6`).
9
+
10
+ This file is the **source of truth**, tracked in-repo. On every deploy a copy is
11
+ uploaded to the HF repo root as `CHANGELOG.md` (same `create_commit` as the payloads).
12
+ Newest release on top.
13
+
14
+ ---
15
+
16
+ ## v3 — uq-v6 — *PLANNED (not yet deployed)*
17
+
18
+ - All 18 foundation models rebuilt with the **uqv6** UQ feature (schema 6:
19
+ L2-normalized basis direction `(B/‖B‖)@R` + log-norm density channels).
20
+ De-collapses GMM covariance and flags **both** compression and stretch.
21
+ - **Default precision flipped to fp32.** The bare model name now resolves to the
22
+ **fp32** SavedModel + checkpoint (2× faster, ½ memory; fp32↔fp64 gap negligible —
23
+ gamma max-rel ≤5e-5). The full-precision build is published non-default as
24
+ **`<name>-fp64`**. ⚠ Users who pull the bare name get fp32 on the next cache-miss;
25
+ use `<name>-fp64` for tight finite-difference / bit-reproducible work. kokkos is
26
+ precision-agnostic (one fp64 npz serves both).
27
+ - kokkos exports re-baked from the uqv6 artifacts (`uq_schema_version = 6`,
28
+ `uq_feature_dim` 130 (1L) / 131 (2L), `uq_rp_normalize` + `uq_rp_add_density_channel`).
29
+ - **kokkos.npz distributed separately** as a raw file (not bundled in the model
30
+ tarball) — see protocol §6.
31
+ - Tags: `model-v3-uq-v6`, `checkpoint-v3-uq-v6`, `kk-v3-uq-v6`.
32
+ - Done (2026-06-26): all 18 kokkos exported; UFF-GARDEN restaged fp32-default + `-fp64`;
33
+ `foundation_models.py` wired (fp32 default, `-fp64` registered, kokkos separate-dist);
34
+ `bin/upload_v3_{uqv6,kokkos}_hf.sh` written + dry-run-validated; schema-6-aware kk
35
+ `pair_style grace` C++ build **shipped** (kk-vs-TF validated 18/18 OK for E/F/stress
36
+ fp64 GPU + gamma fp64 GPU / fp32 CPU).
37
+ - Remaining before deploy: run `upload_v3_*_hf.sh --push` (public push) + commit
38
+ `foundation_models.py`. No blockers left.
39
+
40
+ ## v2 — *currently deployed*
41
+
42
+ - Previous generation, live on the legacy HF tags `kk` (model archives, kokkos
43
+ bundled) and `uq-v1` (original 8 OMAT-UQ checkpoints). UQ = uqv2/uqv3-era.
44
+ - This is the baseline the v3 rollout supersedes.
checkpoints/GRACE-1L-OMAT-large-base-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b995a9130c66b7ca21496f1061729cc188e0674bd067012a3b4495c5dac2c150
3
- size 89645822
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6647fd88da70ffc911811175a22fca04d8742d1d8ce66df3d32361ba453cb319
3
+ size 104713580
checkpoints/GRACE-1L-OMAT-large-base-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4540896972bf3860ff7a6940a0c071c9c43d04169105b2546dcb6afdec3c7f78
3
+ size 140887438
checkpoints/GRACE-1L-OMAT-large-ft-AM-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91e93cb20d337639833ad214bda4a2b0e741a795c4dc25c160b121322854b552
3
- size 91009593
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ff86998aa738c2eed4752b53893435b2d95616c841bf4f1d6372470d30c8d07
3
+ size 105966232
checkpoints/GRACE-1L-OMAT-large-ft-AM-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f70f2b540f98b9413898064a225d4861c3d0354a40600f3806f891b3e4755225
3
+ size 142139651
checkpoints/GRACE-1L-OMAT-large-ft-E-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9113d3c07d5c33956412ba1e3d62934c18405455ea2ef6431288a859f08215b
3
- size 89099109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f696adbb69de316718128167a2ca72714c171bfbf411a0c8a503c40b932d3522
3
+ size 105465559
checkpoints/GRACE-1L-OMAT-large-ft-E-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280d1c430331e035e8df811b039f45d541458ae4b3c22ef1f4b5b8ad8b2e877f
3
+ size 141636377
checkpoints/GRACE-1L-OMAT-medium-base-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86d2dd57fb0522695a920ce00e521d47db2538b3d9cf7abd09ac08c5d16f5da9
3
- size 59322612
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7096ecda9b4abd4291d22c3944c335696e5da6d24dd609e2446459869712b0e1
3
+ size 85783320
checkpoints/GRACE-1L-OMAT-medium-base-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a9140a851665c51c74b9b8e5b1e4aba4c09598845f4afed074784ebd92ffc6
3
+ size 103788214
checkpoints/GRACE-1L-OMAT-medium-ft-AM-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbf3286f974763f35cfb50ebe92881104468cacb7b6fc0070357786ce4444370
3
- size 57698873
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb1162c9cd8c3a47efcd22c79b42a728ba82279fbab8f1fa977cf84fe9193fe
3
+ size 87479027
checkpoints/GRACE-1L-OMAT-medium-ft-AM-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85e494e0ecd4f44798473fca1c804326e7ade75f2a5236baad831c20f05cf02b
3
+ size 105484157
checkpoints/GRACE-1L-OMAT-medium-ft-E-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c00a916c160d3c15c47fcdd4698fe896468bd75b090db46f86139d71e9be8759
3
- size 59688789
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19a006ab5668e6aa3426de6a78ee4a9a9da373680ec9a6171787b0259a67bc20
3
+ size 85894694
checkpoints/GRACE-1L-OMAT-medium-ft-E-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9e332851bc334d5cdd1f080805cd939a9a365320d5886f495f5622ee09b8df6
3
+ size 103896321
checkpoints/GRACE-1L-SMAX-OMAT-large-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:283297d8a1b53db6703d35b2d00a5e34f47e70368096ef67231a5035480bf6ca
3
- size 102610833
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0ba1391eea2839e8f8bb5cfe9ab98edcf72c77ec871dc0da5cb1cbcf095308
3
+ size 113566516
checkpoints/GRACE-1L-SMAX-OMAT-large-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b94bdcdfbb320b2dfe8f65cfcc3886d0d696491bc50aa509f182999b33ce82
3
+ size 151674921
checkpoints/GRACE-1L-SMAX-large-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f7e6f740d6e9a62d05f1b30ef7058b7bf13d207964a1dffc93306bf2289dec6
3
- size 95672020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:567b8378aa1f16e11edca35fd335df360e519cdef32f629365e664f774578682
3
+ size 86180778
checkpoints/GRACE-1L-SMAX-large-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eae239fc426a926fdf271213cabfc6564c694bb83c8eb91dda4e6b64c111e62
3
+ size 121962486
checkpoints/GRACE-2L-OMAT-large-base-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8fe70278f23a8fd158688aad366a13cf9e7e4d813dc2700f34e4f528d93775e
3
- size 231604804
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1efe631379fb86c06d9cca3e22c1a97c47826657f550d79d74775ae52a4008c
3
+ size 139833474
checkpoints/GRACE-2L-OMAT-large-base-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e43ba40f740000fa3e7f97750f874d801618f1f17499a4c044fd381a5bc111d1
3
+ size 246437034
checkpoints/GRACE-2L-OMAT-large-ft-AM-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:036b44a92aca8553b33c031b66de24df4aabc31d9af71752a3fe239538f341b2
3
- size 231497195
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df63373f105930936fe995d313fe890dde0de2592e3306feac32bc007a729e96
3
+ size 146299485
checkpoints/GRACE-2L-OMAT-large-ft-AM-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350fbe11ea91254b669621cf526ff5066e303f8493f279333e28fb0a47c800f9
3
+ size 252903368
checkpoints/GRACE-2L-OMAT-large-ft-E-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21461c011a49468eb949f63b00c36eaac658043a08d1c32b7cba25459220c55a
3
- size 231985220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acdfbcd6d88a70ccc0bfafef572866201ff905df25454f172fc621b8dcd35fa3
3
+ size 139833231
checkpoints/GRACE-2L-OMAT-large-ft-E-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d028edaacfa71632e0e2fe7e47846e0e74c573d6ff24b38a238c8841211cf9b4
3
+ size 246435052
checkpoints/GRACE-2L-OMAT-medium-base-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30dab25b8c16b220433f39849d6e42dbd52a77208fd4cb815638309180650883
3
- size 197712939
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d4246d2c22b45e63ccf1619d003fdce2c4bc3c66dd6a99042969d05ab460862
3
+ size 123744071
checkpoints/GRACE-2L-OMAT-medium-base-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:763b7e5679c81ea82d39e595e701d0c9f6565064393f705cbe76663c9583d0aa
3
+ size 211681882
checkpoints/GRACE-2L-OMAT-medium-ft-AM-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c34fc46876182478ab06c2bec8c117353500eb8bc0ae1263cbf261d047ef2fe9
3
- size 197176240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7cde86ad877fbf7987cbd66a53c2aada9364248642d4d0fcc4be5815a32b328
3
+ size 131686055
checkpoints/GRACE-2L-OMAT-medium-ft-AM-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b0b97a9fbc25726f4bb1850db19704f8c5bced50094feb53a8c0dcc716d0920
3
+ size 219624768
checkpoints/GRACE-2L-OMAT-medium-ft-E-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13d5c0c12c91847cf5a08cafe25a133e90c6794119de424b4b7d52c1e05cdee8
3
- size 197124989
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cde9fe2d9ac7bf7b69256f4a1e2663d5d2325b03bf2ce428e6bd0b777f5b16f
3
+ size 123741197
checkpoints/GRACE-2L-OMAT-medium-ft-E-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24aff4e79b483db4bafc6cecfb3686e128223fc27d0549235f8b52a528c9de2f
3
+ size 211678998
checkpoints/GRACE-2L-SMAX-OMAT-large-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:745b368260eeb9db80ab5566408a9d53d5297d84ddecf4c5bfa1de1fa8f32ba2
3
- size 246750886
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b78e4b5fd7eaf31710ba0babcce672f40d3e98800654e121fc0a4894820e921
3
+ size 149327345
checkpoints/GRACE-2L-SMAX-OMAT-large-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211f6d1253f9d481b9e309270be88bb14fee5b15a894fede9db31b7e97a47d58
3
+ size 261775742
checkpoints/GRACE-2L-SMAX-OMAT-medium-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8070189d195a56803ea0fb88340365e8b36fc1d6f3b0135456c76a61156d439a
3
- size 208147889
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc25a55eeeade5a07e8df326b70a450801619d2eede4b031f41a8b9854e4ade3
3
+ size 132282851
checkpoints/GRACE-2L-SMAX-OMAT-medium-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0da21c73cb6b1860bfcb74f1f2bb94c0264f8d5f4b6bce05cbca787fc381448
3
+ size 225019746
checkpoints/GRACE-2L-SMAX-large-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5561c439d4a6f7dcbafa4b8f30997b227abb6c0441309b885e0f221ea6c2fe5
3
- size 231316145
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe27a87a8e31127cad5e3afa70b08060644fa8debdeb3ab71047ce55077c734
3
+ size 147966654
checkpoints/GRACE-2L-SMAX-large-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc4ec60bec09256878f94fb24e098823f9815aa0d3d3768474f003b3abfe92d1
3
+ size 253104529
checkpoints/GRACE-2L-SMAX-medium-checkpoint.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:626ef162a25c9fae7c9add98d09d10408d150cf3ca1c3af505f31914cd314125
3
- size 195852206
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71401182064b212c4a9387938825a937cd3747cd1a4dbfbad2c9f0492d8cc5a3
3
+ size 127810119
checkpoints/GRACE-2L-SMAX-medium-fp64-checkpoint.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c395dcf6c41fc581df1db1010b88686525ebffda4c71e49c7e49c8646fedf968
3
+ size 214609786
models/GRACE-1L-OMAT-large-base-fp64-model.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6021c0844db51a1ff0eec99b4dcd8d6082f472e0f5569293d2d50bf0e1b286
3
+ size 115394354
models/GRACE-1L-OMAT-large-base-model.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7591c0685fd7716dbe3dfbef3292345ed33091998ef6f5501bd36b9bdad09a20
3
- size 159975864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332ed94dc8735e526d9386a45622e301b4b0eb8bbe09d861662e90bb4b1978d5
3
+ size 70573087
models/GRACE-1L-OMAT-large-ft-AM-fp64-model.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a77867ef812757fc878224f31049ba7b2d202b99997aea119aee35a322e9af
3
+ size 116123837
models/GRACE-1L-OMAT-large-ft-AM-model.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbbd10d3a1fea69b659f0d987870535bffd73e20eacb84601ede9af01155435f
3
- size 160899930
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d9a3b2fea65e05b8b00fc69e78ebf9f4e8be99711438a67db22d50a7445fda
3
+ size 71158336
models/GRACE-1L-OMAT-large-ft-E-fp64-model.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d8aec962f371d0749d4820c7ec23de331a055223dfe68440228a648a97b50b
3
+ size 115859469
models/GRACE-1L-OMAT-large-ft-E-model.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e1ed212a7fe060fc77e327f7a63d4da234ec6753f6e6a5a96f7d9868bbe9a3a
3
- size 159410345
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea430a81900be852ea553fcc1f7f8452f08481745b0734a7a639558d97f48dc
3
+ size 70950418
models/GRACE-1L-OMAT-medium-base-fp64-model.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b292af26918c0df1d0125daba0702425a4d0be37d19f867b7bbe5d500b84ce03
3
+ size 78411694
models/GRACE-1L-OMAT-medium-base-model.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a08cb96ffd23fa29312eacee0fee9407860cb02cd9e4bcebd39490d5d9e8d8e
3
- size 94975218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bc18459e3d41df974f5a2de3c357bdf3cec068b1e5083dee0989381ce7ef742
3
+ size 52089322
models/GRACE-1L-OMAT-medium-ft-AM-fp64-model.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fbe6bb740b13a5e87166efc71eff816751610ac4aa0298095e30c7f124a1255
3
+ size 79402275
models/GRACE-1L-OMAT-medium-ft-AM-model.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b7513b150487335eba43b878d44e21e4d3b265de5b831e1db4c43c572be1f2d
3
- size 92782392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de306c80dc101c200c6802f0be89316bd4ead52c802e9269ad98c58cdb8075a
3
+ size 52896638
models/GRACE-1L-OMAT-medium-ft-E-fp64-model.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:866973db7a13d96b8544dd8ffdff4ef53e77a43fb7db5bba788bbfdadd17ce32
3
+ size 78476060
models/GRACE-1L-OMAT-medium-ft-E-model.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57473e045959ca26e9e2944eb886d65db756d1d128f7e0fa97f94c59c5f0f7f9
3
- size 95348956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769189ff5d5a59cf457f8039fa48e3a5fde761feafa90b54954352b90c132bcd
3
+ size 52141880
models/GRACE-1L-SMAX-OMAT-large-fp64-model.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:288575a40187ea13c07b01c362e4b5a8436d751e0b4dd496aaf2a50ffbaebaf1
3
+ size 123447173