Add inference config for download tracking
Browse files- config.json +10 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "abot_recon",
|
| 3 |
+
"architecture": "ABotRecon",
|
| 4 |
+
"checkpoint_file": "abot_recon.safetensors",
|
| 5 |
+
"input_height": 280,
|
| 6 |
+
"input_width": 504,
|
| 7 |
+
"local_window_frames": 12,
|
| 8 |
+
"amp_dtype": "bf16",
|
| 9 |
+
"attention_backend": "auto"
|
| 10 |
+
}
|