Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -227,6 +227,10 @@
|
|
227 |
"AutoConfig": "hf_model.RADIOConfig",
|
228 |
"AutoModel": "hf_model.RADIOModel"
|
229 |
},
|
|
|
|
|
|
|
|
|
230 |
"max_resolution": 2048,
|
231 |
"patch_size": 16,
|
232 |
"preferred_resolution": [
|
|
|
227 |
"AutoConfig": "hf_model.RADIOConfig",
|
228 |
"AutoModel": "hf_model.RADIOModel"
|
229 |
},
|
230 |
+
"auto_file": [
|
231 |
+
"hf_model.py",
|
232 |
+
"dinov2_arch.py"
|
233 |
+
],
|
234 |
"max_resolution": 2048,
|
235 |
"patch_size": 16,
|
236 |
"preferred_resolution": [
|