Add model
Browse files- config.json +2 -0
config.json
CHANGED
|
@@ -27,6 +27,7 @@
|
|
| 27 |
"nms_window_size": 5,
|
| 28 |
"pad_if_not_divisible": true,
|
| 29 |
"torch_dtype": "float32",
|
|
|
|
| 30 |
"weights": "depth"
|
| 31 |
},
|
| 32 |
"model_type": "lightglue",
|
|
@@ -35,5 +36,6 @@
|
|
| 35 |
"num_key_value_heads": 4,
|
| 36 |
"torch_dtype": "float32",
|
| 37 |
"transformers_version": "4.54.0.dev0",
|
|
|
|
| 38 |
"width_confidence": 0.99
|
| 39 |
}
|
|
|
|
| 27 |
"nms_window_size": 5,
|
| 28 |
"pad_if_not_divisible": true,
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
+
"trust_remote_code": true,
|
| 31 |
"weights": "depth"
|
| 32 |
},
|
| 33 |
"model_type": "lightglue",
|
|
|
|
| 36 |
"num_key_value_heads": 4,
|
| 37 |
"torch_dtype": "float32",
|
| 38 |
"transformers_version": "4.54.0.dev0",
|
| 39 |
+
"trust_remote_code": true,
|
| 40 |
"width_confidence": 0.99
|
| 41 |
}
|