Commit
·
c937b58
1
Parent(s):
47d5ce2
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -16,5 +16,6 @@
|
|
16 |
"model_type": "resnet",
|
17 |
"num_classes": 1000,
|
18 |
"torch_dtype": "float32",
|
19 |
-
"transformers_version": "4.17.0"
|
|
|
20 |
}
|
|
|
16 |
"model_type": "resnet",
|
17 |
"num_classes": 1000,
|
18 |
"torch_dtype": "float32",
|
19 |
+
"transformers_version": "4.17.0",
|
20 |
+
"trust_remote_code": True
|
21 |
}
|