antonypamo commited on
Commit
96de797
·
verified ·
1 Parent(s): b0e1f3f

Add deployment artifacts (traced model and config)

Browse files
Files changed (1) hide show
  1. 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
  }