Add deployment artifacts (traced model and config)
Browse files- deployment_config.json +3 -1
deployment_config.json
CHANGED
|
@@ -11,5 +11,7 @@
|
|
| 11 |
"output_shape": [
|
| 12 |
1
|
| 13 |
],
|
| 14 |
-
"model_type": "torchscript"
|
|
|
|
|
|
|
| 15 |
}
|
|
|
|
| 11 |
"output_shape": [
|
| 12 |
1
|
| 13 |
],
|
| 14 |
+
"model_type": "torchscript",
|
| 15 |
+
"notes": "Model traced with torch.jit.trace. Input shapes are examples for a single sample.",
|
| 16 |
+
"original_state_dict": "IcosahedralRRF_20251011_0346.pt"
|
| 17 |
}
|